Skip to content

Commit

Permalink
Upgrade to Ubuntu 24 for gcc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dancazarin committed Aug 12, 2024
1 parent 61c7322 commit b3653d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
wget -O - https://apt.llvm.org/llvm.sh | sudo bash -s - 17
ci/run.sh build-release -DENABLE_EXAMPLES=OFF -DCLANG_SUFFIX=-17 -DCMAKE_BUILD_TYPE=Release -DGCC_VER=11 -DCMAKE_TOOLCHAIN_FILE=../cmake/aarch64.cmake
ubuntu22-gcc13-x86_64:
runs-on: ubuntu-22.04
ubuntu24-gcc13-x86_64:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit b3653d0

Please sign in to comment.