Skip to content

Commit 1f9d475

Browse files
author
Thierry RAMORASOAVINA
committed
Update the test matrix for the Conda package
Remove the obsolete macos-12 environment and add the new macos-15 one.
1 parent a1df468 commit 1f9d475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ jobs:
7171
- {os: ubuntu-22.04, json-image: '{"image": "rockylinux:9"}'}
7272
- {os: windows-2019, json-image: '{"image": null}'}
7373
- {os: windows-2022, json-image: '{"image": null}'}
74-
- {os: macos-12, json-image: '{"image": null}'}
7574
- {os: macos-13, json-image: '{"image": null}'}
7675
- {os: macos-14, json-image: '{"image": null}'}
76+
- {os: macos-15, json-image: '{"image": null}'}
7777
runs-on: ${{ matrix.env.os }}
7878
container: ${{ fromJSON(matrix.env.json-image) }}
7979
steps:

0 commit comments

Comments
 (0)