From 43b49635a4de5fecb88bf063e303e4628a65c771 Mon Sep 17 00:00:00 2001 From: ado Date: Wed, 28 Feb 2024 19:34:14 +0100 Subject: [PATCH] [skip ci] Try to fix macos-latest-clang.yml --- .github/workflows/macos-latest-clang.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos-latest-clang.yml b/.github/workflows/macos-latest-clang.yml index 5c85685..85151f7 100644 --- a/.github/workflows/macos-latest-clang.yml +++ b/.github/workflows/macos-latest-clang.yml @@ -25,10 +25,10 @@ jobs: strategy: matrix: - xcode: ['13.4', '14.2', '15.1'] + xcode: ['13.4.1', '14.1'] type: [Release, Debug] - runs-on: macos-13 + runs-on: macos-12 env: DEVELOPER_DIR: /Applications/Xcode_${{matrix.xcode}}.app/Contents/Developer