mirror of
https://github.com/red0124/ssp.git
synced 2025-04-20 10:37:57 +02:00
[skip ci] Try to fix macos-latest-clang.yml
This commit is contained in:
parent
a2144c7219
commit
e269db6098
5
.github/workflows/macos-latest-clang.yml
vendored
5
.github/workflows/macos-latest-clang.yml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user