diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index e1da751..0f0098c 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -49,9 +49,9 @@ jobs: sudo apt-get update sudo apt-get install -y software-properties-common sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test - sudo apt-get install -y gcc-13 g++-13 - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 130 - 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 sudo update-alternatives --config gcc sudo update-alternatives --config g++