We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3375c25 commit 412be35Copy full SHA for 412be35
.github/workflows/build.yml
@@ -56,10 +56,13 @@ jobs:
56
container: snowstep/llvm:jammy
57
58
# https://hub.docker.com/r/phhargrove/llvm-flang/tags
59
+ - os: ubuntu-24.04
60
+ compiler: flang
61
+ version: 22
62
+ container: phhargrove/llvm-flang:22.1.0-latest
63
- os: ubuntu-24.04
64
compiler: flang
65
version: 21
- network: smp
66
container: phhargrove/llvm-flang:21.1.0-latest
67
68
0 commit comments