From 7eafb71bd4885b0406114d54ec9ec185ac4589ab Mon Sep 17 00:00:00 2001 From: Tom van Dinther <39470469+tvandinther@users.noreply.github.com> Date: Sun, 21 Sep 2025 11:58:02 +0200 Subject: [PATCH 1/2] Update macos runner ahead of deprecation --- .github/workflows/build-dependencies.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-dependencies.yaml b/.github/workflows/build-dependencies.yaml index 00539a4..b73286f 100644 --- a/.github/workflows/build-dependencies.yaml +++ b/.github/workflows/build-dependencies.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ (inputs.multi-platform-build && matrix.os) || 'ubuntu-latest' }} strategy: matrix: - os: [ubuntu-22.04, windows-2022, macos-13] + os: [ubuntu-22.04, windows-2022, macos-15] steps: - uses: actions/checkout@v3 From f73cd1f2a2d91f0dffe1f67532bfdbd9f7d611d0 Mon Sep 17 00:00:00 2001 From: Tom van Dinther <39470469+tvandinther@users.noreply.github.com> Date: Sun, 21 Sep 2025 11:58:21 +0200 Subject: [PATCH 2/2] Update macos runner ahead of deprecation --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2f997c7..ae8c3c2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -18,7 +18,7 @@ jobs: needs: build-dependencies strategy: matrix: - os: [ubuntu-22.04, windows-2022, macos-13] + os: [ubuntu-22.04, windows-2022, macos-15] steps: - uses: actions/checkout@v3