From c72e6bf8b055e48258db14af4181f4271fff1469 Mon Sep 17 00:00:00 2001 From: Martin Schulze Date: Fri, 29 Nov 2024 12:36:13 +0100 Subject: [PATCH] fix: CI update from macos-{12,13} to macsos-{13,14,15} --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 21db46d6d8..74a6af7cea 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -126,7 +126,7 @@ jobs: macos: strategy: matrix: - os: ['macos-12', 'macos-13'] + os: ['macos-13', 'macos-14', 'macos-15'] env_vars: - '' # allow for some parallelity without GNU parallel, since it is not installed by default @@ -159,7 +159,7 @@ jobs: npm_on_macos: strategy: matrix: - os: ['macos-12', 'macos-13'] + os: ['macos-13', 'macos-14', 'macos-15'] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1