Skip to content

Commit 2ccd8fc

Browse files
committed
Test wheels on latest GitHub Actions Mac version
1 parent 5fed269 commit 2ccd8fc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Wheels
22

33
on:
4-
# temporarily add PR for this PR to test
54
pull_request:
65
push:
76
branches:
@@ -46,8 +45,7 @@ jobs:
4645
needs: ['build']
4746
strategy:
4847
matrix:
49-
# don't use macos-latest as it uses M1 which doesn't work
50-
os: [ubuntu-latest, macos-12]
48+
os: [ubuntu-latest, macos-latest]
5149
python-version: ["3.10", "3.11"]
5250
runs-on: ${{ matrix.os }}
5351
steps:

0 commit comments

Comments
 (0)