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

This commit is contained in:
ado 2024-02-28 19:13:44 +01:00
parent 48f3f7bbb0
commit 2d988eda09

View File

@ -25,12 +25,12 @@ jobs:
strategy:
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]
runs-on: macos-latest
runs-on: macos-12
name: "Xcode ${{matrix.standard}}: ${{matrix.type}}"
name: "Xcode ${{matrix.xcode}}: ${{matrix.type}}"
steps:
- uses: actions/checkout@v3