Skip to content

Commit cfbd8ac

Browse files
author
The ml_dtypes Authors
committed
Merge pull request #174 from jakevdp:ci-osx
PiperOrigin-RevId: 667658678
2 parents 35ab0ec + eba0702 commit cfbd8ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
os: ["ubuntu-latest"]
3131
python-version: ["3.9", "3.10", "3.11", "3.12"]
3232
include:
33-
- os: macOS-11
33+
- os: macos-12
3434
python-version: "3.11"
3535
- os: windows-2019
3636
python-version: "3.11"

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
strategy:
2323
matrix:
24-
os: [ubuntu-20.04, macOS-11, windows-2019]
24+
os: [ubuntu-20.04, macos-12, windows-2019]
2525

2626
steps:
2727
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)