From 35ca495d644bde41c14a40a689cfcb4c78671f69 Mon Sep 17 00:00:00 2001 From: Christophe Haen Date: Tue, 2 Dec 2025 17:58:49 +0100 Subject: [PATCH 1/2] Revert "Pin curl until https://github.com/curl/curl/pull/19408 is released" This reverts commit 115d553767180d040fa2c773f5e0aac090811c4a. --- construct.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/construct.yaml b/construct.yaml index a6d9a9a..7244893 100644 --- a/construct.yaml +++ b/construct.yaml @@ -124,4 +124,3 @@ specs: # Used for setting xrd attributes on local files # https://github.com/DIRACGrid/DIRAC/pull/8382 - xattr - - curl <8.17 From 39f3ba50f047e737f072554308b2b7617c25d34f Mon Sep 17 00:00:00 2001 From: Chris Burr Date: Mon, 12 Jan 2026 13:11:31 +0100 Subject: [PATCH 2/2] ci: Use macos-15-intel runners --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 06e3fb0..ac20bc1 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -155,7 +155,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-13] + os: [macos-15-intel] steps: - uses: actions/checkout@v3 - name: Download installer