Skip to content

Commit

Permalink
update build actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Jan 9, 2023
1 parent d166c3b commit c5c2ff5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up QEMU
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v2
with:
platforms: arm64
- uses: joerick/cibuildwheel@v2.3.1
- uses: joerick/cibuildwheel@v2.11.4
env:
CIBW_SKIP: 'pp*'
CIBW_ARCHS_LINUX: auto aarch64
Expand Down

0 comments on commit c5c2ff5

Please sign in to comment.