From c147deb56b876b2216175b85935a7c76dd18d462 Mon Sep 17 00:00:00 2001 From: Nicolas Otremba Date: Sat, 17 Feb 2024 18:42:22 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 674e0967..569700aa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: - container: ["nimlang/nim"] + container: ["nimlang/nim:2.1.1-latest"] container: image: ${{ matrix.container }} @@ -100,7 +100,7 @@ jobs: uses: actions/checkout@v3 - uses: jiro4989/setup-nim-action@v1 with: - nim-version: '2.1.x' + nim-version: '2.1.1' repo-token: ${{ secrets.GITHUB_TOKEN }} - name: nimble setup continue-on-error: true @@ -140,7 +140,7 @@ jobs: name: Run tests runs-on: ubuntu-latest container: - image: nimlang/nim + image: "nimlang/nim:2.1.1-latest" volumes: - ${{ github.workspace }}:/app steps: