mirror of
https://github.com/red0124/ssp.git
synced 2025-04-20 18:47:57 +02:00
[skip ci] Try to fix macos-latest-clang.yml
This commit is contained in:
parent
48f3f7bbb0
commit
2d988eda09
6
.github/workflows/macos-latest-clang.yml
vendored
6
.github/workflows/macos-latest-clang.yml
vendored
@ -25,12 +25,12 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
standard: [11, 14, 17, 20, 23]
|
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]
|
||||||
|
|
||||||
runs-on: macos-latest
|
runs-on: macos-12
|
||||||
|
|
||||||
name: "Xcode ${{matrix.standard}}: ${{matrix.type}}"
|
name: "Xcode ${{matrix.xcode}}: ${{matrix.type}}"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user