diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19e32662..6d69b13f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,6 @@ jobs: steps: - uses: actions/checkout@v1 - name: switch to gcc-14 on linux - if: matrix.configurations.os == "ubuntu-latest" run: | sudo apt install gcc-14 g++-14 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 100 --slave /usr/bin/g++ g++ /usr/bin/g++-14 --slave /usr/bin/gcov gcov /usr/bin/gcov-14