Skip to content

Commit

Permalink
Add LLVM 13 back into AX matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Bailey <[email protected]>
  • Loading branch information
danrbailey committed Oct 31, 2024
1 parent c0197d2 commit 2693008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ jobs:
strategy:
matrix:
config:
#@note llvm15 never got its own brew formula...
# Last macos runner befor M1 (macos-14)
# Last macos runner before M1 (macos-14)
- { runner: 'macos-13', cxx: 'clang++', build: 'Release', llvm: '15' }
- { runner: 'macos-13', cxx: 'clang++', build: 'Release', llvm: '13' }
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2693008

Please sign in to comment.