Skip to content

Commit d1f5177

Browse files
committed
ci: LLVM 22
1 parent f50c908 commit d1f5177

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128

129129
strategy:
130130
matrix:
131-
llvm-version: [21]
131+
llvm-version: [22]
132132

133133
env:
134134
CC: clang-${{ matrix.llvm-version }}
@@ -146,13 +146,13 @@ jobs:
146146
sudo apt-get update
147147
148148
- name: install Flang
149-
run: sudo apt install --no-install-recommends clang-${{ matrix.llvm-version }} flang-${{ matrix.llvm-version }}
149+
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
150151

151152
- uses: ./.github/workflows/composite-unix
152153

153154

154155
mac:
155-
# need Apple Silicon for exception handling try_compile detection to work
156156
runs-on: macos-latest
157157
timeout-minutes: 10
158158

0 commit comments

Comments
 (0)