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] needs: [build_setup]
strategy: strategy:
matrix: matrix:
os: [ubuntu-20.04, windows-2019, macOS-11] os: [ubuntu-20.04, windows-2019]
arch: [auto32, auto64, aarch64, ppc64le, s390x] arch: [auto32, auto64, aarch64]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2