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 177d94d commit 52df64e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.0.0-regular"]
container: ["nimlang/nim"]

container:
image: ${{ matrix.container }}
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
uses: actions/checkout@v3
- uses: jiro4989/setup-nim-action@v1
with:
nim-version: '2.0.x'
nim-version: '2.1.x'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: nimble setup
continue-on-error: true
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
name: Run tests
runs-on: ubuntu-latest
container:
image: nimlang/nim:2.0.0-regular
image: nimlang/nim
volumes:
- ${{ github.workspace }}:/app
steps:
Expand Down

0 comments on commit 52df64e

Please sign in to comment.