Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
graphenn committed May 25, 2024
1 parent 9b36501 commit 855f1d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# macos-12 is x86_64, macos-14 is arm64
os: [ubuntu-22.04, macos-12, macos-14]
python-version:
["pypy3.10", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
Expand Down Expand Up @@ -109,7 +110,7 @@ jobs:
- name: Install macOS build prerequisites
if: runner.os == 'macOS'
run: |
brew install automake libdeflate
sudo brew install automake libdeflate
- name: Install
run: |
Expand Down

0 comments on commit 855f1d0

Please sign in to comment.