fix: stop-gag for macOS Ports failure on macOS 15 (#1582)

This commit is contained in:
Alejandro R Mosteo
2025-08-26 20:19:51 +02:00
committed by GitHub
parent 054883a6c2
commit 2a7ad6bb1b
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -30,7 +30,9 @@ jobs:
matrix: matrix:
os: os:
- macos-13 # amd64 - 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: steps:
- name: Check out alire-index - name: Check out alire-index
+1 -1
View File
@@ -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 # We use this crate as a trigger to conveniently test minor changes to
# metaprocesses of the CI of the repository itself. # metaprocesses of the CI of the repository itself.
# Last touch: 2025-03-18 21:06 CET # Last touch: 2025-08-26 20:09 CET