We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5361d commit 7a3cf3aCopy full SHA for 7a3cf3a
1 file changed
.github/workflows/conan_build_and_test.yml
@@ -40,7 +40,7 @@ jobs:
40
python-version: "3.11"
41
42
- name: switch to gcc-14 on linux
43
- if: ${{ matrix.os == 'Linux' }}
+ if: ${{ matrix.os == 'ubuntu-latest' }}
44
run: |
45
sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa -y
46
sudo apt update
0 commit comments