Skip to content

Commit

Permalink
[ghactions] Bump to Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Jan 30, 2025
1 parent 6e8e26f commit 5bf823f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
fail-fast: false
matrix:
include:
- {os: ubuntu-22.04, cc: gcc-12, cxx: g++-12, doc: OFF}
- {os: ubuntu-22.04, cc: clang-15, cxx: clang++-15, doc: ON}
#- {os: macos-12, cc: gcc-12, cxx: g++-12, doc: OFF}
#- {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}

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 5bf823f

Please sign in to comment.