[skip ci] Try to fix macos-latest-clang.yml

This commit is contained in:
ado 2024-02-28 19:20:05 +01:00
parent a2144c7219
commit e269db6098

View File

@ -27,11 +27,12 @@ jobs:
matrix: matrix:
xcode: ['13.1', '13.2.1', '13.3.1', '13.4.1', '14.0', '14.0.1', '14.1'] xcode: ['13.1', '13.2.1', '13.3.1', '13.4.1', '14.0', '14.0.1', '14.1']
type: [Release, Debug] type: [Release, Debug]
env:
DEVELOPER_DIR: /Applications/Xcode_${{matrix.xcode}}.app/Contents/Developer
runs-on: macos-12 runs-on: macos-12
env:
DEVELOPER_DIR: /Applications/Xcode_${{matrix.xcode}}.app/Contents/Developer
name: "Xcode ${{matrix.xcode}}: ${{matrix.type}}" name: "Xcode ${{matrix.xcode}}: ${{matrix.type}}"
steps: steps: