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 f50c908 commit d1f5177Copy full SHA for d1f5177
1 file changed
.github/workflows/ci.yml
@@ -128,7 +128,7 @@ jobs:
128
129
strategy:
130
matrix:
131
- llvm-version: [21]
+ llvm-version: [22]
132
133
env:
134
CC: clang-${{ matrix.llvm-version }}
@@ -146,13 +146,13 @@ jobs:
146
sudo apt-get update
147
148
- name: install Flang
149
- run: sudo apt install --no-install-recommends clang-${{ matrix.llvm-version }} flang-${{ matrix.llvm-version }}
+ run: sudo apt install --no-install-recommends clang flang
150
+# specifying version here sometimes breaks--LLVM suggestion is just specify version in the llvm.sh step
151
152
- uses: ./.github/workflows/composite-unix
153
154
155
mac:
- # need Apple Silicon for exception handling try_compile detection to work
156
runs-on: macos-latest
157
timeout-minutes: 10
158
0 commit comments