Skip to content

Commit 823d9d0

Browse files
committed
fix(ci): switch to macos 14
1 parent 69a80b7 commit 823d9d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
artifact: "windows-msvc-22"
130130
}
131131
- {
132-
os: macos-latest, name: "MacOS Clang 16",
132+
os: macos-14, name: "MacOS Clang 16",
133133
artifact: "macos-clang-16",
134134
compiler: clang, compiler_version: 16, sanitizers: "On"
135135
}
@@ -239,7 +239,7 @@ jobs:
239239
- { os: ubuntu-24.04, name: "Ubuntu Clang 16", artifact: "ubuntu-clang-16", compiler_version: 16, }
240240
- { os: ubuntu-24.04, name: "Ubuntu GCC 14", artifact: "ubuntu-gcc-14", compiler_version: 14, }
241241
- { os: windows-latest, name: "Windows VS 2022", artifact: "windows-msvc-22", compiler_version: 22, }
242-
- { os: macos-latest, name: "MacOS Clang 16", artifact: "macos-clang-16", compiler_version: 16, }
242+
- { os: macos-14, name: "MacOS Clang 16", artifact: "macos-clang-16", compiler_version: 16, }
243243

244244
steps:
245245
- uses: actions/checkout@v5

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
artifact: "windows-msvc-22"
3535
}
3636
- {
37-
os: macos-latest, name: "MacOS Clang 16",
37+
os: macos-14, name: "MacOS Clang 16",
3838
artifact: "macos-clang-16",
3939
compiler: clang, compiler_version: 16,
4040
}

0 commit comments

Comments
 (0)