Skip to content

Commit 9423aa5

Browse files
authored
Use macos-14 runner instead of macos-latest-xlarge runner (#2167)
1 parent bbf97b4 commit 9423aa5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-macos.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ jobs:
1515
matrix:
1616
include:
1717
- arch: x64
18-
runner: macos-latest
19-
# https://github.blog/2023-10-02-introducing-the-new-apple-silicon-powered-m1-macos-larger-runner-for-github-actions/
18+
runner: macos-13
2019
- arch: arm64
21-
runner: macos-latest-xlarge
20+
runner: macos-14
2221

2322
steps:
2423
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)