1
0

I just want to cry

This commit is contained in:
David Robertson
2022-10-03 16:05:20 +01:00
parent 68aad3d690
commit f84186eb3a
+5 -7
View File
@@ -95,22 +95,20 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, macos-10.15]
emulate_aarch64: [false]
emulate_aarch64: [false, true]
# is_pr is a flag used to exclude certain jobs from the matrix on PRs.
# It is not read by the rest of the workflow.
is_pr:
- ${{ startsWith(github.ref, 'refs/pull/') }}
include:
- os: ubuntu-20.04
is_pr: ${{ startsWith(github.ref, 'refs/pull/') }}
emulate_aarch64: true
exclude:
# Don't build macos wheels on PR CI.
- is_pr: true
os: "macos-10.15"
# Don't build ARM linux wheels on PR CI either.
# Don't build aarch64 wheels on mac.
- os: "macos-10.15"
emulate_aarch64: true
# Don't build aarch64 wheels on PR CI.
- is_pr: true
emulate_aarch64: true