mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2025-01-29 21:32:45 +00:00
Build for every supported architecture on ci builds
This commit is contained in:
parent
ac1dd252a6
commit
5b68266148
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -9,13 +9,17 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-20.04, macos-10.15, windows-2019]
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Build wheels
|
||||
uses: pypa/cibuildwheel@v2.5.0
|
||||
env:
|
||||
CIBW_ARCHS_WINDOWS: "all"
|
||||
CIBW_ARCHS_LINUX: "all"
|
||||
CIBW_ARCHS_MACOS: "all"
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user