Skip to content

Commit 481c176

Browse files
committed
Update workflows
1 parent d6f5ee5 commit 481c176

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
sudo apt-get update
5050
sudo apt-get install -y software-properties-common
5151
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
52+
sudo apt-get install -y gcc-14 g++-14
53+
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 140
54+
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-14 140
5555
sudo update-alternatives --config gcc
5656
sudo update-alternatives --config g++
5757

0 commit comments

Comments
 (0)