Skip to content

Commit

Permalink
Move to latest containers
Browse files Browse the repository at this point in the history
  • Loading branch information
jfalcou committed Nov 9, 2024
1 parent 8e040e2 commit 3847f47
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 @@ -45,7 +45,7 @@ jobs:
linux:
runs-on: [ubuntu-latest]
container:
image: ghcr.io/jfalcou/compilers:v7
image: ghcr.io/jfalcou/compilers:v8
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
run: cd build && make tts-test -j 2 && ctest --output-on-failure -j 2

android:
runs-on: [macos-14]
runs-on: [macos-1]
strategy:
fail-fast: false
matrix:
Expand All @@ -107,7 +107,7 @@ jobs:
wasm:
runs-on: ubuntu-latest
container:
image: ghcr.io/jfalcou/compilers:v7
image: ghcr.io/jfalcou/compilers:v8
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 3847f47

Please sign in to comment.