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 083658f commit bc72212Copy full SHA for bc72212
1 file changed
.github/workflows/conda.yml
@@ -76,9 +76,9 @@ jobs:
76
- {os: ubuntu-22.04, json-image: '{"image": "rockylinux:9"}'}
77
- {os: windows-2022, json-image: '{"image": null}'}
78
- {os: windows-2025, json-image: '{"image": null}'}
79
- - {os: macos-13, json-image: '{"image": null}'}
80
- {os: macos-14, json-image: '{"image": null}'}
81
- {os: macos-15, json-image: '{"image": null}'}
+ - {os: macos-15-intel, json-image: '{"image": null}'}
82
runs-on: ${{ matrix.env.os }}
83
container: ${{ fromJSON(matrix.env.json-image) }}
84
steps:
0 commit comments