Skip to content

Commit 8efa398

Browse files
committed
CI: use ps2max/dev:v20250725 docker image
1 parent b77f356 commit 8efa398

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/compilation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest
13-
container: ghcr.io/ps2homebrew/ps2homebrew:main
13+
container: ps2max/dev:v20250725
1414
steps:
1515
- name: git checkout
1616
uses: actions/checkout@v4
@@ -51,7 +51,7 @@ jobs:
5151
extra: [EXTRA_FEATURES=0, EXTRA_FEATURES=1]
5252
pademu: [PADEMU=0, PADEMU=1]
5353
runs-on: ubuntu-latest
54-
container: ghcr.io/ps2homebrew/ps2homebrew:main
54+
container: ps2max/dev:v20250725
5555
steps:
5656
- name: git checkout
5757
uses: actions/checkout@v4
@@ -91,7 +91,7 @@ jobs:
9191

9292
build-lang:
9393
runs-on: ubuntu-latest
94-
container: ghcr.io/ps2homebrew/ps2homebrew:main
94+
container: ps2max/dev:v20250725
9595
steps:
9696
- name: git checkout
9797
uses: actions/checkout@v4

0 commit comments

Comments
 (0)