Skip to content

Commit

Permalink
pin down ubuntu base images
Browse files Browse the repository at this point in the history
these do get updated with with under active development and there are changes which could affect us
  • Loading branch information
prince-chrismc authored Nov 26, 2023
1 parent 4b887bb commit d55e1c2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: GCC 4.8
runs-on: ubuntu-latest
container:
image: ubuntu:18.04
image: ubuntu:bionic-20230530 # 18.04
env:
CC: /usr/bin/gcc-4.8
CXX: /usr/bin/g++-4.8
Expand All @@ -45,7 +45,9 @@ jobs:
cmake --build .
gcc-12:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
container:
image: ubuntu:jammy-20231004 # 22.04
env:
CC: /usr/bin/gcc-12
CXX: /usr/bin/g++-12
Expand Down

0 comments on commit d55e1c2

Please sign in to comment.