Skip to content

Commit 0154363

Browse files
committed
CI: Add flang-21 coverage on Linux
1 parent 35e5707 commit 0154363

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,20 @@ jobs:
4848
container: snowstep/llvm:jammy
4949

5050
# https://hub.docker.com/r/phhargrove/llvm-flang/tags
51+
- os: ubuntu-24.04
52+
compiler: flang
53+
version: 21
54+
network: smp
55+
container: phhargrove/llvm-flang:21.1.0-latest
5156
- os: ubuntu-24.04
5257
compiler: flang
5358
version: 20
54-
container: phhargrove/llvm-flang:20.1.0-1
59+
container: phhargrove/llvm-flang:20.1.0-latest
5560
- os: ubuntu-24.04
5661
compiler: flang
5762
version: 19
5863
extra_flags: -g -mmlir -allow-assumed-rank
59-
container: phhargrove/llvm-flang:19.1.1-1
64+
container: phhargrove/llvm-flang:19.1.1-latest
6065
# - os: ubuntu-24.04
6166
# compiler: flang
6267
# version: new

0 commit comments

Comments
 (0)