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 ef412fa commit a48c3e2Copy full SHA for a48c3e2
1 file changed
.github/workflows/build_and_test.yml
@@ -27,7 +27,7 @@ jobs:
27
- { os: ubuntu-22.04, compiler: gcc, cxx_stdlib: libstdc++ }
28
- { os: macos-latest, compiler: clang, cxx_stdlib: libstdc++ }
29
- { os: macos-latest, compiler: clang, cxx_stdlib: libc++ }
30
- - { os: macos-13, compiler: clang, cxx_stdlib: libc++ }
+ - { os: macos-14, compiler: clang, cxx_stdlib: libc++ }
31
- { os: windows-latest, compiler: msvc, cxx_stdlib: msvc }
32
33
steps:
0 commit comments