diff --git a/.github/workflows/exercises.yml b/.github/workflows/exercises.yml index 175a1a92..ee27857b 100644 --- a/.github/workflows/exercises.yml +++ b/.github/workflows/exercises.yml @@ -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-14' || 'windows-2022') }} steps: - name: Checkout exercism/nim