From a44b3257ba4c474448198c2e093e8a376d782927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Langa?= Date: Thu, 11 Dec 2025 12:29:56 +0100 Subject: [PATCH] Also update nightlies --- .github/workflows/nightly.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 852a3fb83..c3dc6a539 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -65,7 +65,7 @@ jobs: CMAKE_OPTIONS: -DUSE_HTTPS=mbedTLS -DUSE_SHA1=HTTPS -DDEPRECATE_HARD=ON -DDEBUG_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON -DUSE_SSH=libssh2 - name: "macOS" id: macos - os: macos-13 + os: macos-14 setup-script: osx env: CC: clang @@ -76,7 +76,7 @@ jobs: SKIP_NEGOTIATE_TESTS: true - name: "iOS" id: ios - os: macos-13 + os: macos-14 setup-script: ios env: CC: clang @@ -356,7 +356,7 @@ jobs: os: ubuntu-latest - name: "macOS (SHA256)" id: macos-sha256 - os: macos-13 + os: macos-14 setup-script: osx env: CC: clang