From e269db6098674bc205bf7aeffef47c58ce7aceec Mon Sep 17 00:00:00 2001 From: ado Date: Wed, 28 Feb 2024 19:20:05 +0100 Subject: [PATCH] [skip ci] Try to fix macos-latest-clang.yml --- .github/workflows/macos-latest-clang.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos-latest-clang.yml b/.github/workflows/macos-latest-clang.yml index aa79e11..b8af71e 100644 --- a/.github/workflows/macos-latest-clang.yml +++ b/.github/workflows/macos-latest-clang.yml @@ -27,11 +27,12 @@ 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 + env: + DEVELOPER_DIR: /Applications/Xcode_${{matrix.xcode}}.app/Contents/Developer + name: "Xcode ${{matrix.xcode}}: ${{matrix.type}}" steps: