There was an error while loading. Please reload this page.
1 parent ce11bf0 commit 9ff414aCopy full SHA for 9ff414a
1 file changed
.github/workflows/build-test.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: false # need to see which ones fail
17
matrix:
18
- os: [ubuntu-latest, windows-latest, macos-12]
+ os: [ubuntu-latest, windows-latest, macos-latest]
19
python: ["3.9", "3.10", "3.11", "3.12"]
20
# this is to make the CI run on different sklearn versions
21
include:
0 commit comments