Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Commit

Permalink
ci: switch to ubuntu 22.04 from ubuntu 21.10 for gcc-11
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Rogozhkin <[email protected]>
  • Loading branch information
dvrogozh committed Jul 1, 2022
1 parent e0fb307 commit c70d157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
gcc11:
runs-on: ubuntu-20.04
container:
image: ubuntu:21.10
image: ubuntu:22.04
env:
CC: /usr/bin/gcc-11
CXX: /usr/bin/g++-11
Expand Down

0 comments on commit c70d157

Please sign in to comment.