From f08d67333da081f5ddab58e7e63b1b7de3c1a139 Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Mon, 21 Nov 2022 20:14:20 -0600 Subject: [PATCH] Remove macOS 10.15 runner; add macOS 12 runner (#53) The macOS 10.15 runner is deprecated and will be unsupported by December 1. --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 34e3b1d..07835a3 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-11.0, macos-10.15] + os: [macos-12, macos-11] steps: - uses: actions/checkout@v3