Skip to content

Commit

Permalink
Upgrade to latest CI docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jfalcou committed Dec 21, 2023
1 parent da4638e commit 2aa8a82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
wasm:
runs-on: ubuntu-latest
container:
image: ghcr.io/jfalcou/compilers:v6
image: ghcr.io/jfalcou/compilers:v7
strategy:
fail-fast: false
matrix:
Expand All @@ -126,7 +126,7 @@ jobs:
clang:
runs-on: ubuntu-latest
container:
image: ghcr.io/jfalcou/compilers:v6
image: ghcr.io/jfalcou/compilers:v7
strategy:
fail-fast: false
matrix:
Expand All @@ -152,7 +152,7 @@ jobs:
gcc:
runs-on: ubuntu-latest
container:
image: ghcr.io/jfalcou/compilers:v6
image: ghcr.io/jfalcou/compilers:v7
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 2aa8a82

Please sign in to comment.