Skip to content

Commit

Permalink
Remove python version, add macos ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
paulannetts committed Oct 4, 2024
1 parent 1e26920 commit c3a93f9
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
runs-on: ${{ matrix.platform.runner }}
strategy:
matrix:
python-version: [3.9]
platform:
- runner: ubuntu-latest
target: x86_64
Expand All @@ -39,8 +38,6 @@ jobs:
with:
submodules: true
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Build bindings
run: |
tools/build.sh
Expand All @@ -63,19 +60,16 @@ jobs:
runs-on: ${{ matrix.platform.runner }}
strategy:
matrix:
python-version: [3.9]
platform:
- runner: macos-12
target: x86_64
# - runner: macos-14
# target: aarch64
- runner: macos-14
target: aarch64
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Build bindings
run: |
tools/build.sh
Expand Down

0 comments on commit c3a93f9

Please sign in to comment.