We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fed269 commit 2ccd8fcCopy full SHA for 2ccd8fc
1 file changed
.github/workflows/wheels.yml
@@ -1,7 +1,6 @@
1
name: Wheels
2
3
on:
4
- # temporarily add PR for this PR to test
5
pull_request:
6
push:
7
branches:
@@ -46,8 +45,7 @@ jobs:
46
45
needs: ['build']
47
strategy:
48
matrix:
49
- # don't use macos-latest as it uses M1 which doesn't work
50
- os: [ubuntu-latest, macos-12]
+ os: [ubuntu-latest, macos-latest]
51
python-version: ["3.10", "3.11"]
52
runs-on: ${{ matrix.os }}
53
steps:
0 commit comments