Skip to content

Commit 1c2d657

Browse files
committed
FIX | workflow
1 parent 7a3cf3a commit 1c2d657

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/conan_build_and_test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444
run: |
4545
sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa -y
4646
sudo apt update
47-
sudo apt install g++-13 gcc-13
47+
sudo apt install g++-14 gcc-14
48+
echo "CXX=g++-14" >> $GITHUB_ENV
49+
echo "CC=gcc-14" >> $GITHUB_ENV
4850
4951
- name: Install Conan
5052
run: pip install conan==2.*

0 commit comments

Comments
 (0)