From 2a7ad6bb1bc63a1a52ccc017609d265fabdb2d20 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Tue, 26 Aug 2025 20:19:51 +0200 Subject: [PATCH] fix: stop-gag for macOS Ports failure on macOS 15 (#1582) --- .github/workflows/build-ports.yml | 4 +++- index/li/libhello/libhello-1.0.1.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-ports.yml b/.github/workflows/build-ports.yml index 7308b765..51daa094 100644 --- a/.github/workflows/build-ports.yml +++ b/.github/workflows/build-ports.yml @@ -30,7 +30,9 @@ jobs: matrix: os: - macos-13 # amd64 - - macos-latest # arm64 + - macos-14 # arm64 + # macos-latest breaks the action that sets up MacPorts. See + # https://github.com/melusina-org/setup-macports/issues/2 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 aa2f22da..5306ee52 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-03-18 21:06 CET +# Last touch: 2025-08-26 20:09 CET