From c8704e3edfcf9ac9f62c09763f60c6d1a63c049d Mon Sep 17 00:00:00 2001 From: Bertrand Coconnier Date: Wed, 27 Jul 2022 11:43:02 +0200 Subject: [PATCH] Update `macos-10.15` to `macos-11`. The `macos-10.15` runner is being deprecated (see GitHub blog post https://github.blog/changelog/2022-07-20-github-actions-the-macos-10-15-actions-runner-image-is-being-deprecated-and-will-be-removed-by-8-30-22/) --- .github/workflows/cpp-python-build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cpp-python-build.yml b/.github/workflows/cpp-python-build.yml index b91958dd9e..1fe8dac7af 100644 --- a/.github/workflows/cpp-python-build.yml +++ b/.github/workflows/cpp-python-build.yml @@ -563,9 +563,7 @@ jobs: strategy: matrix: python-version: [3.7, 3.8, 3.9, '3.10'] - # Use macos-10.15 since it generates wheels for Mac OSX 10.14 - # that are also compatible with 11.0. - os: [windows-2019, macos-10.15] + os: [windows-2019, macos-11] runs-on: ${{ matrix.os }} steps: - name: Set up Python