From a2144c72196d7bdc43155835ed87c6b76c74149a Mon Sep 17 00:00:00 2001 From: ado Date: Wed, 28 Feb 2024 19:16:47 +0100 Subject: [PATCH] [skip ci] Try to fix macos-latest-clang.yml --- .github/workflows/macos-latest-clang.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/macos-latest-clang.yml b/.github/workflows/macos-latest-clang.yml index 11d8d96..aa79e11 100644 --- a/.github/workflows/macos-latest-clang.yml +++ b/.github/workflows/macos-latest-clang.yml @@ -27,6 +27,8 @@ jobs: matrix: xcode: ['13.1', '13.2.1', '13.3.1', '13.4.1', '14.0', '14.0.1', '14.1'] type: [Release, Debug] + env: + DEVELOPER_DIR: /Applications/Xcode_${{matrix.xcode}}.app/Contents/Developer runs-on: macos-12