Skip to content

Commit 32da379

Browse files
committed
[GitHub] Try to use the new mac intel runners
1 parent f0400ae commit 32da379

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/macos.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
build-x64:
17-
runs-on: macOS-13
17+
runs-on: macOS-15-intel
1818
steps:
1919
- uses: actions/checkout@v2
2020
- uses: actions/setup-python@v5
@@ -30,12 +30,11 @@ jobs:
3030
echo "SCCACHE_REGION=auto" >> $GITHUB_ENV
3131
3232
- name: Select Xcode
33-
run: sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer
33+
run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
3434

3535
- name: Brew
3636
run: |
37-
brew install sccache llvm@20
38-
echo "$(brew --prefix llvm@20)/bin" >> $GITHUB_PATH
37+
brew install sccache
3938
4039
- name: Build
4140
env:

0 commit comments

Comments
 (0)