Skip to content

Commit

Permalink
Use explicit docker tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
PapyChacal committed Dec 3, 2023
1 parent a88175e commit 465e959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-mlir-mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: papychacal/xdsl-llvm
container: papychacal/xdsl-llvm:04fc02e583b06b846315904a55af9c273c8b20b9
steps:
- name: Checkout Devito
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-mlir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: papychacal/xdsl-llvm
container: papychacal/xdsl-llvm:04fc02e583b06b846315904a55af9c273c8b20b9
steps:
- name: Checkout Devito
uses: actions/checkout@v3
Expand Down

0 comments on commit 465e959

Please sign in to comment.