Skip to content

Commit 8e84aad

Browse files
anonrigrichardlau
authored andcommitted
build: use macOS m1 machines for testing
PR-URL: #51620 Refs: https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/ Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Tierney Cyren <[email protected]>
1 parent eea0d74 commit 8e84aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ permissions:
3838
jobs:
3939
test-macOS:
4040
if: github.event.pull_request.draft == false
41-
runs-on: macos-latest
41+
runs-on: macos-14
4242
steps:
4343
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
4444
with:

0 commit comments

Comments
 (0)