From 06b265989f1c576a0689456d2fa6bd0b07049edf Mon Sep 17 00:00:00 2001 From: RDW Date: Sun, 4 May 2025 05:13:58 +0200 Subject: [PATCH 1/2] CI: Bump the macOS deployment target to 13.4 Apparently std::format requires 13.4 now, even though it worked perfectly fine on 13.3 before. --- .github/workflows/ci-mac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-mac.yml b/.github/workflows/ci-mac.yml index ea120d518..f520f065d 100644 --- a/.github/workflows/ci-mac.yml +++ b/.github/workflows/ci-mac.yml @@ -27,7 +27,7 @@ jobs: - os: macos-15 arch: M1 env: - MACOSX_DEPLOYMENT_TARGET: 13.3 + MACOSX_DEPLOYMENT_TARGET: 13.4 HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1 # Prevent brew updates in the ccache setup step (~2GB download ...) steps: From d7bb5ed8e100132e895d54aff6351d79d61d1d98 Mon Sep 17 00:00:00 2001 From: RDW Date: Sun, 4 May 2025 05:30:31 +0200 Subject: [PATCH 2/2] CI: Bump sccache-action to v0.0.9 GitHub killed the old caching service, so v0.0.6 no longer works. --- .github/workflows/ci-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index c3a1c7dcc..bd5119b61 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -48,7 +48,7 @@ jobs: submodules: recursive - name: Set up sccache - uses: mozilla-actions/sccache-action@v0.0.6 + uses: mozilla-actions/sccache-action@v0.0.9 - name: Download Webview2 SDK run: deps/fetch-mswebview2.sh && ls ninjabuild-windows