Skip to content

Commit

Permalink
fix: switch to macos13
Browse files Browse the repository at this point in the history
  • Loading branch information
vaeng authored Sep 19, 2024
1 parent 4b08785 commit 45e0c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/exercises.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
os: linux

name: nim-${{ matrix.nim }}-${{ matrix.os }}
runs-on: ${{ matrix.os == 'linux' && 'ubuntu-22.04' || (matrix.os == 'macOS' && 'macos-14' || 'windows-2022') }}
runs-on: ${{ matrix.os == 'linux' && 'ubuntu-22.04' || (matrix.os == 'macOS' && 'macos-13' || 'windows-2022') }}

steps:
- name: Checkout exercism/nim
Expand Down

0 comments on commit 45e0c35

Please sign in to comment.