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 7212e0a commit 677c88fCopy full SHA for 677c88f
.github/workflows/build.yml
@@ -42,6 +42,12 @@ jobs:
42
network: smp
43
# https://hub.docker.com/r/snowstep/llvm/tags
44
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
51
- os: ubuntu-24.04
52
compiler: flang
53
version: 20
@@ -78,6 +84,11 @@ jobs:
78
84
79
85
network: udp
80
86
container: phhargrove/llvm-flang:20.1.0-1
87
88
89
90
+ network: udp
91
81
92
82
93
container:
83
94
image: ${{ matrix.container }}
0 commit comments