From 7b75aca95a248b0d7421f6bf8baea1a5c8404bf7 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Fri, 1 Aug 2025 15:13:05 +0200 Subject: [PATCH] ci: use macos-latest instead of macos-13 the macos-13 image will be retired in November 2025 --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 35fcee173..e5aefffe2 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -543,7 +543,7 @@ jobs: - { os: macos-latest , target: aarch64-apple-darwin , features: feat_os_macos, workspace-tests: true } # M1 CPU # PR #7964: Mac should still build even if the feature is not enabled - { os: macos-latest , target: aarch64-apple-darwin , workspace-tests: true } # M1 CPU - - { os: macos-13 , target: x86_64-apple-darwin , features: feat_os_macos, workspace-tests: true } + - { os: macos-latest , target: x86_64-apple-darwin , features: feat_os_macos, workspace-tests: true } - { os: windows-latest , target: i686-pc-windows-msvc , features: feat_os_windows } - { os: windows-latest , target: x86_64-pc-windows-gnu , features: feat_os_windows } - { os: windows-latest , target: x86_64-pc-windows-msvc , features: feat_os_windows }