From a026227ba1ba5bafee486b1fbd282c0326e5bf65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Sagaert?= Date: Thu, 11 Dec 2025 11:12:43 +0100 Subject: [PATCH] dev: transition retired macos-13 images to macos-15-intel (#1702) * transition retired macos-13 images to macos-15-intel * Touch test crate --------- Co-authored-by: Alejandro R. Mosteo --- .github/workflows/build-native-master.yml | 2 +- .github/workflows/build-native.yml | 2 +- .github/workflows/build-ports.yml | 6 ++---- index/li/libhello/libhello-1.0.1.toml | 2 +- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-native-master.yml b/.github/workflows/build-native-master.yml index b45f0d6b..e16ebb73 100644 --- a/.github/workflows/build-native-master.yml +++ b/.github/workflows/build-native-master.yml @@ -30,7 +30,7 @@ jobs: fail-fast: false matrix: os: - - macos-13 # amd64 + - macos-15-intel # amd64 - macos-latest # arm64 - ubuntu-latest - ubuntu-24.04-arm diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index 6e522a4e..a29f6f6f 100644 --- a/.github/workflows/build-native.yml +++ b/.github/workflows/build-native.yml @@ -27,7 +27,7 @@ jobs: fail-fast: false matrix: os: - - macos-13 # amd64 + - macos-15-intel # amd64 - macos-latest # arm64 - ubuntu-latest - ubuntu-24.04-arm diff --git a/.github/workflows/build-ports.yml b/.github/workflows/build-ports.yml index 51daa094..502a7842 100644 --- a/.github/workflows/build-ports.yml +++ b/.github/workflows/build-ports.yml @@ -29,10 +29,8 @@ jobs: fail-fast: false matrix: os: - - macos-13 # amd64 - - macos-14 # arm64 - # macos-latest breaks the action that sets up MacPorts. See - # https://github.com/melusina-org/setup-macports/issues/2 + - macos-15-intel # amd64 + - macos-latest # arm64 steps: - name: Check out alire-index diff --git a/index/li/libhello/libhello-1.0.1.toml b/index/li/libhello/libhello-1.0.1.toml index 5306ee52..62d09f6f 100644 --- a/index/li/libhello/libhello-1.0.1.toml +++ b/index/li/libhello/libhello-1.0.1.toml @@ -15,4 +15,4 @@ url = "git+https://github.com/alire-project/libhello.git" # We use this crate as a trigger to conveniently test minor changes to # metaprocesses of the CI of the repository itself. -# Last touch: 2025-08-26 20:09 CET +# Last touch: 2025-12-11 10:56 CET