Skip to content

Commit dd63a62

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

File tree

6 files changed

+6
-7
lines changed

6 files changed

+6
-7
lines changed

.github/workflows/build-numpy-1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build NumPy 1
22

33
on:
44
push:
5-
pull_request:
5+
# pull_request:
66

77
jobs:
88
build:

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build
22

33
on:
44
push:
5-
pull_request:
5+
# pull_request:
66
schedule:
77
# Run at the end of every day
88
- cron: "0 0 * * *"

.github/workflows/check-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Check docs
22

33
on:
44
push:
5-
pull_request:
5+
# pull_request:
66
schedule:
77
# Run at the end of every day
88
- cron: "0 0 * * *"

.github/workflows/cubed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Cubed
22

33
on:
44
push:
5-
pull_request:
5+
# pull_request:
66
# manual trigger
77
workflow_dispatch:
88

.github/workflows/wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ jobs:
4646
needs: ['build']
4747
strategy:
4848
matrix:
49-
# don't use macos-latest as it uses M1 which doesn't work
50-
os: [ubuntu-latest, macos-12]
49+
os: [ubuntu-latest, macos-latest]
5150
python-version: ["3.10", "3.11"]
5251
runs-on: ${{ matrix.os }}
5352
steps:

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Windows
22

33
on:
44
push:
5-
pull_request:
5+
# pull_request:
66
schedule:
77
# Run at the end of every day
88
- cron: "0 0 * * *"

0 commit comments

Comments
 (0)