diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee1f0ebf0b..413dc56c7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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