Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/exercises.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
fail-fast: false
matrix:
include:
- nim: '2.0.0'
- nim: '2.2.4'
os: linux

- nim: '2.0.0'
- nim: '2.2.4'
os: macOS

- nim: '2.0.0'
- nim: '2.2.4'
os: windows

- nim: devel
Expand All @@ -38,7 +38,7 @@ jobs:

- name: Install Nim (non-devel)
if: matrix.nim != 'devel'
uses: iffy/install-nim@36ade90cb7e61ea0dc825e0935c17a8cd8e74384
uses: iffy/install-nim@0f3350b4052f0906164f934a2e638257341fdff7 # 5.1.0
with:
version: "binary:${{ matrix.nim }}"
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/uuids.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
check_uuids:
runs-on: ubuntu-24.04
env:
NIM_VERSION: '2.0.0'
NIM_VERSION: '2.2.4'

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Expand All @@ -24,7 +24,7 @@ jobs:

- name: Install Nim
if: steps.cache-uuids.outputs.cache-hit != 'true'
uses: iffy/install-nim@36ade90cb7e61ea0dc825e0935c17a8cd8e74384
uses: iffy/install-nim@0f3350b4052f0906164f934a2e638257341fdff7 # 5.1.0
with:
version: "binary:${{ env.NIM_VERSION }}"
env:
Expand Down
Loading