From de8d02e0bbd9704e816a5007d0a552b65cceeca9 Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Mon, 3 Nov 2025 09:46:47 -0600 Subject: [PATCH] CI: Update macOS Intel target version in workflow GitHub is deprecating macOS 13 runners -- the only remaining Intel runner is now macOS 15, and it is scheduled for retirement in 2027, at which point we will no longer be able to provide Intel weeklies. --- .github/workflows/sub_weeklyBuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sub_weeklyBuild.yml b/.github/workflows/sub_weeklyBuild.yml index 73f984d9c1..07fe85f086 100644 --- a/.github/workflows/sub_weeklyBuild.yml +++ b/.github/workflows/sub_weeklyBuild.yml @@ -63,7 +63,7 @@ jobs: include: - { target: linux-64, os: ubuntu-22.04 } - { target: linux-arm64, os: ubuntu-22.04-arm } - - { target: osx-64, os: macos-13 } + - { target: osx-64, os: macos-15-intel } - { target: osx-arm64, os: macos-latest } - { target: win-64, os: windows-latest } fail-fast: false