File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ jobs:
2929
3030 - os : macos-13
3131 compiler : flang
32- version : 20
32+ version : 21
3333 - os : macos-14
3434 compiler : flang
35- version : 20
35+ version : 21
3636 - os : macos-15
3737 compiler : flang
38- version : 20
38+ version : 21
3939
4040 # https://hub.docker.com/r/snowstep/llvm/tags
4141 - os : ubuntu-24.04
@@ -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
You can’t perform that action at this time.
0 commit comments