Skip to content

Commit 16b8512

Browse files
authoredOct 3, 2023
Switch to the GitHub-hosted MacOS ARM64 runner (#2103)
1 parent 4255930 commit 16b8512

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,8 @@ jobs:
467467
- runner: macos-latest
468468
platform: macos-x64
469469
architecture: x64
470-
- runner: self-hosted
470+
# https://github.blog/2023-10-02-introducing-the-new-apple-silicon-powered-m1-macos-larger-runner-for-github-actions/
471+
- runner: macos-latest-xlarge
471472
platform: macos-arm64
472473
architecture: arm64
473474
- runner: windows-latest

0 commit comments

Comments
 (0)
Please sign in to comment.