aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/gcc-build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/gcc-build.yml')
-rw-r--r--.github/workflows/gcc-build.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/gcc-build.yml b/.github/workflows/gcc-build.yml
index 60e8028b5a7..4f7b5818def 100644
--- a/.github/workflows/gcc-build.yml
+++ b/.github/workflows/gcc-build.yml
@@ -6,13 +6,13 @@ on:
jobs:
build:
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Dependencies
run: |
- sudo apt-get update && sudo apt-get install -yq libboost-all-dev g++-10
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 100 --slave /usr/bin/g++ g++ /usr/bin/g++-10
+ sudo apt-get update && sudo apt-get install -yq libboost-all-dev g++-11
+ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 100 --slave /usr/bin/g++ g++ /usr/bin/g++-11
- name: Setup
run: |
mkdir bin