Skip to content

Commit

Permalink
fix: update macOs workflow (#602)
Browse files Browse the repository at this point in the history
* fix: update macOs workflow

* fix: switch to macos13
  • Loading branch information
vaeng authored Sep 19, 2024
1 parent a126c9a commit f7df6cf
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-12' || '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 f7df6cf

Please sign in to comment.