From 2d988eda09d230d7c73e7e7b6734fa34d76d7eba Mon Sep 17 00:00:00 2001 From: ado Date: Wed, 28 Feb 2024 19:13:44 +0100 Subject: [PATCH] [skip ci] Try to fix macos-latest-clang.yml --- .github/workflows/macos-latest-clang.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/macos-latest-clang.yml b/.github/workflows/macos-latest-clang.yml index 65498c0..11d8d96 100644 --- a/.github/workflows/macos-latest-clang.yml +++ b/.github/workflows/macos-latest-clang.yml @@ -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