Skip to content

Commit

Permalink
Upgrade Macos runner to use the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarust committed May 25, 2024
1 parent ce11bf0 commit d43cdd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false # need to see which ones fail
matrix:
os: [ubuntu-latest, windows-latest, macos-12]
os: [ubuntu-latest, windows-latest, macos-latest]
python: ["3.9", "3.10", "3.11", "3.12"]
# this is to make the CI run on different sklearn versions
include:
Expand Down

0 comments on commit d43cdd7

Please sign in to comment.