We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a80b7 commit 823d9d0Copy full SHA for 823d9d0
.github/workflows/ci.yml
@@ -129,7 +129,7 @@ jobs:
129
artifact: "windows-msvc-22"
130
}
131
- {
132
- os: macos-latest, name: "MacOS Clang 16",
+ os: macos-14, name: "MacOS Clang 16",
133
artifact: "macos-clang-16",
134
compiler: clang, compiler_version: 16, sanitizers: "On"
135
@@ -239,7 +239,7 @@ jobs:
239
- { os: ubuntu-24.04, name: "Ubuntu Clang 16", artifact: "ubuntu-clang-16", compiler_version: 16, }
240
- { os: ubuntu-24.04, name: "Ubuntu GCC 14", artifact: "ubuntu-gcc-14", compiler_version: 14, }
241
- { 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, }
+ - { os: macos-14, name: "MacOS Clang 16", artifact: "macos-clang-16", compiler_version: 16, }
243
244
steps:
245
- uses: actions/checkout@v5
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
compiler: clang, compiler_version: 16,
40
0 commit comments