From f6fdb2228b8291b757f6ba0a703ef523f9211d84 Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Wed, 22 Sep 2021 12:41:57 +0200 Subject: [PATCH] github-workflow: switch to macos-11 to support c++17 --- .github/workflows/pypi-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-deploy.yml b/.github/workflows/pypi-deploy.yml index 0d4ee9b..9ef872c 100644 --- a/.github/workflows/pypi-deploy.yml +++ b/.github/workflows/pypi-deploy.yml @@ -26,7 +26,7 @@ jobs: needs: [build_setup] strategy: matrix: - os: [ubuntu-20.04, windows-2019, macOS-10.15] + os: [ubuntu-20.04, windows-2019, macOS-11] arch: [auto32, auto64, aarch64, ppc64le, s390x] steps: