Skip to content

Commit d4a64dd

Browse files
committed
upgrade gcc
1 parent ed08b2d commit d4a64dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linux-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
run: |
1818
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
1919
sudo apt-get update -qq
20-
sudo apt-get install -y gcc-7 g++-7
21-
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 70 --slave /usr/bin/g++ g++ /usr/bin/g++-7
20+
sudo apt-get install -y gcc-11 g++-11
21+
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 70 --slave /usr/bin/g++ g++ /usr/bin/g++-11
2222
sudo apt-get install -y tcl8.6-dev
2323
- name: make
2424
run: make

0 commit comments

Comments
 (0)