From baf687605d91caa0c0a8137931b3c7791577d197 Mon Sep 17 00:00:00 2001 From: ado Date: Wed, 28 Feb 2024 19:28:34 +0100 Subject: [PATCH] [skip ci] Try to fix macos-latest-clang.yml --- .github/workflows/macos-latest-clang.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-latest-clang.yml b/.github/workflows/macos-latest-clang.yml index 519e61b..379befc 100644 --- a/.github/workflows/macos-latest-clang.yml +++ b/.github/workflows/macos-latest-clang.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: - xcode: ['13', '14', '15'] + xcode: ['13.4', '14.2', '15.1'] type: [Release, Debug] runs-on: macos-12