Skip to content

Commit f398479

Browse files
authored
ci: macos-latest is changing to macos-14 ARM runners (#5109)
Committed via https://github.com/asottile/all-repos
1 parent 19a6b9f commit f398479

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
runs-on: [ubuntu-20.04, windows-2022, macos-latest]
33+
runs-on: [ubuntu-20.04, windows-2022, macos-13]
3434
python:
3535
- '3.6'
3636
- '3.9'
@@ -1118,8 +1118,8 @@ jobs:
11181118
run: git clean -fdx
11191119

11201120
macos_brew_install_llvm:
1121-
name: "macos-latest • brew install llvm"
1122-
runs-on: macos-latest
1121+
name: "macos-13 • brew install llvm"
1122+
runs-on: macos-13
11231123

11241124
env:
11251125
# https://apple.stackexchange.com/questions/227026/how-to-install-recent-clang-with-homebrew

.github/workflows/configure.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
runs-on: [ubuntu-20.04, macos-latest, windows-latest]
27+
runs-on: [ubuntu-20.04, macos-13, windows-latest]
2828
arch: [x64]
2929
cmake: ["3.26"]
3030

@@ -37,7 +37,7 @@ jobs:
3737
arch: x64
3838
cmake: "3.29"
3939

40-
- runs-on: macos-latest
40+
- runs-on: macos-13
4141
arch: x64
4242
cmake: "3.7"
4343

0 commit comments

Comments
 (0)