File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1919 strategy :
2020 fail-fast : false
2121 matrix :
22- os : [ubuntu-latest, macos-latest]
22+ os : [ubuntu-latest, macos-latest, ubuntu-22.04-arm ]
2323 python :
2424 - " cp38"
2525 - " cp39"
3333 exclude :
3434 - os : ubuntu-latest
3535 cibw_arch : universal2
36+ - os : ubuntu-latest
37+ cibw_arch : aarch64
3638 - os : macos-latest
3739 cibw_arch : aarch64
40+ - os : ubuntu-22.04-arm
41+ cibw_arch : x86_64
42+ - os : ubuntu-22.04-arm
43+ cibw_arch : universal2
3844
3945 defaults :
4046 run :
4955 fetch-depth : 50
5056 submodules : true
5157
52- - name : Set up QEMU
53- if : matrix.os == 'ubuntu-latest' && matrix.cibw_arch == 'aarch64'
54- uses : docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
55- with :
56- platforms : arm64
57-
5858 - name : Install macOS deps
5959 if : startsWith(matrix.os, 'macos')
6060 run : |
You can’t perform that action at this time.
0 commit comments