From e17fbe2cb8493288fd18f0be588d0ac76b9c7686 Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Mon, 18 Aug 2025 13:11:50 +1000 Subject: [PATCH] Test on macOS-13 and macOS-15 --- .github/workflows/exercises.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/workflows/exercises.yml b/.github/workflows/exercises.yml index 83013cae..1ac04ae4 100644 --- a/.github/workflows/exercises.yml +++ b/.github/workflows/exercises.yml @@ -8,22 +8,15 @@ jobs: matrix: include: - nim: '2.2.4' - os: linux - - - nim: '2.2.4' - os: macOS - - - nim: '2.2.4' - os: windows + os: [ubuntu-24.04, windows-2022, macOS-13, macOS-15] - nim: devel - os: linux + os: ubuntu-24.04 - nim: '1.6.0' - os: linux + os: ubuntu-24.04 name: nim-${{ matrix.nim }}-${{ matrix.os }} - runs-on: ${{ matrix.os == 'linux' && 'ubuntu-24.04' || (matrix.os == 'macOS' && 'macos-13' || 'windows-2022') }} steps: - name: Checkout exercism/nim