Skip to content

Commit

Permalink
Test build
Browse files Browse the repository at this point in the history
  • Loading branch information
korverdev committed Jul 18, 2024
1 parent a04e35f commit 418ed4f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches:
- main
- v[0-9]+.[0-9]+.x
- arm_musl
tags:
- v*
# Also allow running this action on PRs if requested by applying the
Expand Down Expand Up @@ -114,12 +115,12 @@ jobs:
cibw_archs: "x86_64"
- os: ubuntu-20.04
cibw_archs: "aarch64"
- os: windows-latest
cibw_archs: "auto64"
- os: macos-12
cibw_archs: "x86_64"
- os: macos-14
cibw_archs: "arm64"
# - os: windows-latest
# cibw_archs: "auto64"
# - os: macos-12
# cibw_archs: "x86_64"
# - os: macos-14
# cibw_archs: "arm64"

steps:
- name: Set up QEMU
Expand Down

0 comments on commit 418ed4f

Please sign in to comment.