Skip to content

Commit

Permalink
CI: update x86 jobs to use the latest gcc
Browse files Browse the repository at this point in the history
Note that gcc-14 jobs explicitly use ubuntu-24.04 because ubuntu-latest
still points to ubuntu-22.04 where gcc-14 is not available.
  • Loading branch information
ldv-alt authored and solardiz committed Nov 5, 2024
1 parent 6407065 commit 3a449c7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ jobs:
- name: build check
run: .ci/run-build-and-tests.sh --enable-asan --enable-simd=avx

gcc13-x86-without-openssl:
runs-on: ubuntu-latest
gcc14-x86-without-openssl:
runs-on: ubuntu-24.04
env:
CC: gcc-13
CC: gcc-14
TARGET: x86
steps:
- uses: actions/checkout@v4
Expand All @@ -108,10 +108,10 @@ jobs:
- name: build check
run: .ci/run-build-and-tests.sh --without-openssl

gcc13-x86-disable-all:
runs-on: ubuntu-latest
gcc14-x86-disable-all:
runs-on: ubuntu-24.04
env:
CC: gcc-13
CC: gcc-14
TARGET: x86
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3a449c7

Please sign in to comment.