Skip to content

Commit d43cdd7

Browse files
committed
Upgrade Macos runner to use the latest
1 parent ce11bf0 commit d43cdd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false # need to see which ones fail
1717
matrix:
18-
os: [ubuntu-latest, windows-latest, macos-12]
18+
os: [ubuntu-latest, windows-latest, macos-latest]
1919
python: ["3.9", "3.10", "3.11", "3.12"]
2020
# this is to make the CI run on different sklearn versions
2121
include:

0 commit comments

Comments
 (0)