Skip to content

Commit 12c88f6

Browse files
authored
Update Docker image for build and test workflows
1 parent 9dd1e62 commit 12c88f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/buildAndTest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
software-test:
2222
runs-on: ubuntu-latest
2323
container:
24-
image: bingleilou/mase-docker-cpu:latest
24+
image: bingleilou/mase-docker-cpu-triton:latest
2525
steps:
2626

2727
# -----------
@@ -223,7 +223,7 @@ jobs:
223223
hardware-test:
224224
runs-on: ubuntu-latest
225225
container:
226-
image: bingleilou/mase-docker-cpu:latest
226+
image: bingleilou/mase-docker-cpu-triton:latest
227227
steps:
228228

229229
# -----------
@@ -333,7 +333,7 @@ jobs:
333333
needs: [software-test, hardware-test]
334334
runs-on: ubuntu-latest
335335
container:
336-
image: bingleilou/mase-docker-cpu:latest
336+
image: bingleilou/mase-docker-cpu-triton:latest
337337
steps:
338338

339339
# -----------

0 commit comments

Comments
 (0)