We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1df468 commit 1f9d475Copy full SHA for 1f9d475
.github/workflows/conda.yml
@@ -71,9 +71,9 @@ jobs:
71
- {os: ubuntu-22.04, json-image: '{"image": "rockylinux:9"}'}
72
- {os: windows-2019, json-image: '{"image": null}'}
73
- {os: windows-2022, json-image: '{"image": null}'}
74
- - {os: macos-12, json-image: '{"image": null}'}
75
- {os: macos-13, json-image: '{"image": null}'}
76
- {os: macos-14, json-image: '{"image": null}'}
+ - {os: macos-15, json-image: '{"image": null}'}
77
runs-on: ${{ matrix.env.os }}
78
container: ${{ fromJSON(matrix.env.json-image) }}
79
steps:
0 commit comments