Skip to content

Commit

Permalink
add ubuntu-24-gcc-14 target
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomrsantos committed Aug 1, 2024
1 parent 3f8f52a commit 7c975e4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,20 @@ jobs:
cpu: amd64
- os: linux
cpu: i386
- os: ubuntu-24-gcc-14
cpu: amd64
- os: macos
cpu: amd64
- os: windows
cpu: amd64
#- os: windows
#cpu: i386
branch: [version-1-6, version-2-0]
include:
- target:
os: linux
builder: ubuntu-22.04
shell: bash
- target:
os: ubuntu-24-gcc-14
builder: ubuntu-24.04
shell: bash
- target:
Expand Down Expand Up @@ -87,7 +91,7 @@ jobs:
nimble install_pinned
- name: Use gcc 14
if : ${{ matrix.target.os == 'linux' }}
if : ${{ matrix.target.os == 'ubuntu-24-gcc-14'}}
run: |
# Add GCC-14 to alternatives
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 14
Expand Down

0 comments on commit 7c975e4

Please sign in to comment.