github-workflow: remove macOS from os matrix and reduce set of archs to build for

This commit is contained in:
Mario Fink 2021-09-22 12:47:24 +02:00
parent f6fdb2228b
commit 71cbe31915

View File

@ -26,8 +26,8 @@ jobs:
needs: [build_setup]
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macOS-11]
arch: [auto32, auto64, aarch64, ppc64le, s390x]
os: [ubuntu-20.04, windows-2019]
arch: [auto32, auto64, aarch64]
steps:
- uses: actions/checkout@v2