Skip to content

Commit 64fa1f9

Browse files
authored
Fix conda-based CI
1 parent 4ad2de8 commit 64fa1f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
build_type: [Release]
19-
os: [ubuntu-latest, windows-2019, macOS-latest]
19+
os: [ubuntu-latest, windows-2019, macos-12]
2020
fail-fast: false
2121

2222
steps:

0 commit comments

Comments
 (0)