From a3c89d32368ceda298ab4f69e65125eb76ae8e8f Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Sat, 4 Oct 2025 09:01:40 +1000 Subject: [PATCH] Use macos-15-large --- .github/workflows/exercises.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/exercises.yml b/.github/workflows/exercises.yml index 27fea44d..5301d3a7 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-24.04' || (matrix.os == 'macOS' && 'macos-13' || 'windows-2022') }} + runs-on: ${{ matrix.os == 'linux' && 'ubuntu-24.04' || (matrix.os == 'macOS' && 'macos-15-large' || 'windows-2022') }} steps: - name: Checkout exercism/nim