Skip to content

Commit

Permalink
[skip ci] Try to fix macos-latest-clang.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
red0124 committed Feb 28, 2024
1 parent 48f3f7b commit 2d988ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos-latest-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d988ed

Please sign in to comment.