Skip to content

Commit

Permalink
Merge pull request #174 from jakevdp:ci-osx
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 667658678
  • Loading branch information
The ml_dtypes Authors committed Aug 26, 2024
2 parents 35ab0ec + eba0702 commit cfbd8ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
os: ["ubuntu-latest"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
include:
- os: macOS-11
- os: macos-12
python-version: "3.11"
- os: windows-2019
python-version: "3.11"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macOS-11, windows-2019]
os: [ubuntu-20.04, macos-12, windows-2019]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit cfbd8ac

Please sign in to comment.