Merge pull request #206 from radarhere/m1

This commit is contained in:
Hugo van Kemenade 2021-06-24 12:03:12 +03:00 committed by GitHub
commit d70abd593f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,17 +28,16 @@ jobs:
os-name: "osx" os-name: "osx"
- os: "ubuntu-20.04" - os: "ubuntu-20.04"
os-name: "focal" os-name: "focal"
# Disable whilst not available - os: "macos-11"
# - os: "macos-11.0" os-name: "osx"
# os-name: "osx" platform: "arm64"
# platform: "arm64" python: "3.9"
# python: "3.9" macos-target: "11.0"
# macos-target: "11.0" - os: "macos-11"
# - os: "macos-11.0" os-name: "osx"
# os-name: "osx" platform: "arm64"
# platform: "arm64" python: "3.8"
# python: "3.8" macos-target: "11.0"
# macos-target: "11.0"
env: env:
BUILD_COMMIT: HEAD BUILD_COMMIT: HEAD
PLAT: ${{ matrix.platform }} PLAT: ${{ matrix.platform }}
@ -82,17 +81,16 @@ jobs:
os-name: "osx" os-name: "osx"
- os: "ubuntu-20.04" - os: "ubuntu-20.04"
os-name: "focal" os-name: "focal"
# Disable whilst not available - os: "macos-11"
# - os: "macos-11.0" os-name: "osx"
# os-name: "osx" platform: "arm64"
# platform: "arm64" python: "3.9"
# python: "3.9" macos-target: "11.0"
# macos-target: "11.0" - os: "macos-11"
# - os: "macos-11.0" os-name: "osx"
# os-name: "osx" platform: "arm64"
# platform: "arm64" python: "3.8"
# python: "3.8" macos-target: "11.0"
# macos-target: "11.0"
env: env:
BUILD_COMMIT: master BUILD_COMMIT: master
PLAT: ${{ matrix.platform }} PLAT: ${{ matrix.platform }}