Skip to content

Commit 677c88f

Browse files
committed
CI: Add LLVM flang 21.1.0
1 parent 7212e0a commit 677c88f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ jobs:
4242
network: smp
4343
# https://hub.docker.com/r/snowstep/llvm/tags
4444
container: snowstep/llvm:noble
45+
- os: ubuntu-24.04
46+
compiler: flang
47+
version: 21
48+
network: smp
49+
# https://hub.docker.com/r/phhargrove/llvm-flang/tags
50+
container: phhargrove/llvm-flang:21.1.0-4
4551
- os: ubuntu-24.04
4652
compiler: flang
4753
version: 20
@@ -78,6 +84,11 @@ jobs:
7884
version: 20
7985
network: udp
8086
container: phhargrove/llvm-flang:20.1.0-1
87+
- os: ubuntu-24.04
88+
compiler: flang
89+
version: 21
90+
network: udp
91+
container: phhargrove/llvm-flang:21.1.0-4
8192

8293
container:
8394
image: ${{ matrix.container }}

0 commit comments

Comments
 (0)