From 4b087853599d74e7723bfb45654ae077dc67e83e Mon Sep 17 00:00:00 2001 From: Christian Willner <34183939+vaeng@users.noreply.github.com> Date: Tue, 17 Sep 2024 09:00:24 +0200 Subject: [PATCH 1/2] fix: update macOs workflow --- .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 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 From 45e0c35365951aea91a2e1f6ce98acd1e5b59dbc Mon Sep 17 00:00:00 2001 From: Christian Willner <34183939+vaeng@users.noreply.github.com> Date: Thu, 19 Sep 2024 08:31:51 +0200 Subject: [PATCH 2/2] fix: switch to macos13 --- .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 ee27857b..670d56e4 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-14' || 'windows-2022') }} + runs-on: ${{ matrix.os == 'linux' && 'ubuntu-22.04' || (matrix.os == 'macOS' && 'macos-13' || 'windows-2022') }} steps: - name: Checkout exercism/nim