We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0baf00d commit e27684fCopy full SHA for e27684f
1 file changed
.github/workflows/conan_build_and_test.yml
@@ -38,6 +38,13 @@ jobs:
38
uses: actions/setup-python@v4
39
with:
40
python-version: "3.11"
41
+
42
+ - name: switch to gcc-14 on linux
43
+ if: ${{ matrix.os == Linux }}
44
+ run: |
45
+ sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa -y
46
+ sudo apt update
47
+ sudo apt install g++-13 gcc-13
48
49
- name: Install Conan
50
run: pip install conan==2.*
0 commit comments