Skip to content

Commit d33d6d4

Browse files
authored
Merge pull request #71 from bonachea/flang-21
[NO REVIEW]: CI: Bump macOS to flang-21, matching Homebrew advance, add flang-21 testing on Linux
2 parents 7d3939b + 0154363 commit d33d6d4

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)