From 5387ec2b79b8b7a1044f29131c231c9a64a20817 Mon Sep 17 00:00:00 2001 From: Thierry RAMORASOAVINA Date: Wed, 29 Oct 2025 11:01:43 +0100 Subject: [PATCH] Remove the old macos-13 architecture and add the macos-15-intel one --- .github/workflows/conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 47f805dd..3e98b81c 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -75,9 +75,9 @@ jobs: - {os: ubuntu-22.04, json-image: '{"image": "rockylinux:9"}'} - {os: windows-2022, json-image: '{"image": null}'} - {os: windows-2025, json-image: '{"image": null}'} - - {os: macos-13, json-image: '{"image": null}'} - {os: macos-14, json-image: '{"image": null}'} - {os: macos-15, json-image: '{"image": null}'} + - {os: macos-15-intel, json-image: '{"image": null}'} runs-on: ${{ matrix.env.os }} container: ${{ fromJSON(matrix.env.json-image) }} steps: