Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Nimaoth/Absytree
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimaoth committed Feb 18, 2024
2 parents f41be8e + 5ac0acf commit 0094d7c
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:2.0.2-regular"]

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:2.0.2-regular"
volumes:
- ${{ github.workspace }}:/app
steps:
Expand Down

0 comments on commit 0094d7c

Please sign in to comment.