We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0197d2 commit 2693008Copy full SHA for 2693008
.github/workflows/ax.yml
@@ -120,9 +120,9 @@ jobs:
120
strategy:
121
matrix:
122
config:
123
- #@note llvm15 never got its own brew formula...
124
- # Last macos runner befor M1 (macos-14)
+ # Last macos runner before M1 (macos-14)
125
- { runner: 'macos-13', cxx: 'clang++', build: 'Release', llvm: '15' }
+ - { runner: 'macos-13', cxx: 'clang++', build: 'Release', llvm: '13' }
126
fail-fast: false
127
steps:
128
- uses: actions/checkout@v3
0 commit comments