From 208707894b863f9317ddd0ff9ebf59a2d7a4dffd Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Wed, 31 Jul 2024 14:24:37 -0500 Subject: [PATCH] GHA: Update macos image version from 10.15 to 12 10.15 has been removed since Aug 2022 and 11 has also been removed. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 522f7e48..498a9064 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -75,7 +75,7 @@ jobs: macos: needs: get-matrix if: ${{ needs.get-matrix.outputs.do-macos == 'true' }} - runs-on: macos-10.15 + runs-on: macos-12 strategy: fail-fast: false matrix: ${{ fromJson(needs.get-matrix.outputs.matrix-macos) }}