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