From e0faae8b56af7100dd863c7b2059e7491d4e948d Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Fri, 11 Oct 2024 11:34:33 -0400 Subject: [PATCH] Remove macOS 12 (soon to be unavailable), add macOS 15 (beta runner). --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 34543067..0165fc53 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: test: strategy: matrix: - platform: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2022, macos-12, macos-13, macos-14] + platform: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2022, macos-13, macos-14, macos-15] runs-on: ${{ matrix.platform }} env: SCCACHE_GHA_ENABLED: "true" @@ -52,7 +52,7 @@ jobs: trap-test: strategy: matrix: - platform: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2022, macos-12, macos-13, macos-14] + platform: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2022, macos-13, macos-14, macos-15] runs-on: ${{ matrix.platform }} env: SCCACHE_GHA_ENABLED: "true"