Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimaoth authored Feb 17, 2024
1 parent c147deb commit 290bd37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

strategy:
matrix:
container: ["nimlang/nim:2.1.1-latest"]
container: ["nimlang/nim:2.1.1-regular"]

container:
image: ${{ matrix.container }}
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
name: Run tests
runs-on: ubuntu-latest
container:
image: "nimlang/nim:2.1.1-latest"
image: "nimlang/nim:2.1.1-regular"
volumes:
- ${{ github.workspace }}:/app
steps:
Expand Down

0 comments on commit 290bd37

Please sign in to comment.