Skip to content

Commit 468d866

Browse files
authored
Update build-ci.yml
1 parent 6958552 commit 468d866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ jobs:
100100
sudo apt install software-properties-common
101101
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
102102
sudo apt update
103-
sudo apt install gcc-13 g++-13
104-
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 13 --slave /usr/bin/g++ g++ /usr/bin/g++-13
103+
sudo apt install gcc-12 g++-12
104+
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 12 --slave /usr/bin/g++ g++ /usr/bin/g++-12
105105
106106
- name: Build
107107
id: cmake_build

0 commit comments

Comments
 (0)