Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into add-linux-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
aoirint committed Dec 10, 2023
2 parents 5f2f5b3 + db9ef8b commit 8c3f52b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macos-10.15]
os: [ubuntu-20.04, windows-2019, macos-11]
python-version:
- "3.6"
- "3.7"
Expand All @@ -20,17 +20,19 @@ jobs:
- "pypy-3.8"
architecture: ["x86", "x64"]
exclude:
- os: macos-10.15 # Can't compile Numpy for this implementation.
- os: macos-11 # No Numpy binary wheel
python-version: "pypy-3.7"
- os: macos-10.15
- os: macos-11
architecture: "x86"
- os: ubuntu-20.04
architecture: "x86"

steps:
- name: Install APT dependencies
if: runner.os == 'Linux'
run: sudo apt-get install libsndfile1
run: |
sudo apt-get update
sudo apt-get install libsndfile1
- uses: actions/checkout@v2
with:
submodules: true
Expand Down

0 comments on commit 8c3f52b

Please sign in to comment.