We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f5ee5 commit 481c176Copy full SHA for 481c176
.github/workflows/examples.yml
@@ -49,9 +49,9 @@ jobs:
49
sudo apt-get update
50
sudo apt-get install -y software-properties-common
51
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
52
- sudo apt-get install -y gcc-13 g++-13
53
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 130
54
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-13 130
+ sudo apt-get install -y gcc-14 g++-14
+ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 140
+ sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-14 140
55
sudo update-alternatives --config gcc
56
sudo update-alternatives --config g++
57
0 commit comments