github-workflow: switch to macos-11 to support c++17

This commit is contained in:
Mario Fink 2021-09-22 12:41:57 +02:00
parent b869686f6c
commit f6fdb2228b

View File

@ -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: