Skip to content

Commit 2693008

Browse files
committed
Add LLVM 13 back into AX matrix
Signed-off-by: Dan Bailey <danbailey@ilm.com>
1 parent c0197d2 commit 2693008

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ax.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ jobs:
120120
strategy:
121121
matrix:
122122
config:
123-
#@note llvm15 never got its own brew formula...
124-
# Last macos runner befor M1 (macos-14)
123+
# Last macos runner before M1 (macos-14)
125124
- { runner: 'macos-13', cxx: 'clang++', build: 'Release', llvm: '15' }
125+
- { runner: 'macos-13', cxx: 'clang++', build: 'Release', llvm: '13' }
126126
fail-fast: false
127127
steps:
128128
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)