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 }