Skip to content

Commit bc72212

Browse files
authored
Remove the old macos-13 architecture and add the macos-15-intel one (#498)
1 parent 083658f commit bc72212

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ jobs:
7676
- {os: ubuntu-22.04, json-image: '{"image": "rockylinux:9"}'}
7777
- {os: windows-2022, json-image: '{"image": null}'}
7878
- {os: windows-2025, json-image: '{"image": null}'}
79-
- {os: macos-13, json-image: '{"image": null}'}
8079
- {os: macos-14, json-image: '{"image": null}'}
8180
- {os: macos-15, json-image: '{"image": null}'}
81+
- {os: macos-15-intel, json-image: '{"image": null}'}
8282
runs-on: ${{ matrix.env.os }}
8383
container: ${{ fromJSON(matrix.env.json-image) }}
8484
steps:

0 commit comments

Comments
 (0)