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 57e3d18 commit 3cf4426Copy full SHA for 3cf4426
.github/workflows/linux_and_macos.yml
@@ -30,12 +30,12 @@ jobs:
30
cxx: g++-13
31
clang_major_version: null
32
clang_repo_suffix: null
33
- runs-on: macos-13
+ runs-on: macos-14
34
- cc: clang
35
cxx: clang++
36
37
38
39
steps:
40
- name: Add Clang/LLVM repositories (Linux)
41
if: "${{ runner.os == 'Linux' && contains(matrix.cxx, 'clang') }}"
0 commit comments