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 6e8e26f commit 5bf823fCopy full SHA for 5bf823f
.github/workflows/build.yml
@@ -26,10 +26,10 @@ jobs:
26
fail-fast: false
27
matrix:
28
include:
29
- - {os: ubuntu-22.04, cc: gcc-12, cxx: g++-12, doc: OFF}
30
- - {os: ubuntu-22.04, cc: clang-15, cxx: clang++-15, doc: ON}
31
- #- {os: macos-12, cc: gcc-12, cxx: g++-12, doc: OFF}
32
- #- {os: macos-12, cc: clang, cxx: clang++, doc: OFF}
+ - {os: ubuntu-24.04, cc: gcc, cxx: g++, doc: OFF}
+ - {os: ubuntu-24.04, cc: clang, cxx: clang++, doc: ON}
+ #- {os: macos-14, cc: gcc-14, cxx: g++-14, doc: OFF}
+ #- {os: macos-14, cc: clang, cxx: clang++, doc: OFF}
33
34
runs-on: ${{ matrix.os }}
35
0 commit comments