We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dd1e62 commit 12c88f6Copy full SHA for 12c88f6
.github/workflows/buildAndTest.yml
@@ -21,7 +21,7 @@ jobs:
21
software-test:
22
runs-on: ubuntu-latest
23
container:
24
- image: bingleilou/mase-docker-cpu:latest
+ image: bingleilou/mase-docker-cpu-triton:latest
25
steps:
26
27
# -----------
@@ -223,7 +223,7 @@ jobs:
223
hardware-test:
224
225
226
227
228
229
@@ -333,7 +333,7 @@ jobs:
333
needs: [software-test, hardware-test]
334
335
336
337
338
339
0 commit comments