Skip to content

Commit f70a7c2

Browse files
authored
Merge pull request #85 from bonachea/ci-26-04
[NO REVIEW] CI coverage updates 2026-04
2 parents 8e7d2ab + eb9079a commit f70a7c2

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/build.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [ macos-14, macos-15, macos-15-intel, macos-26, ubuntu-24.04 ]
16+
os: [ macos-14, macos-15, macos-15-intel, macos-26, macos-26-intel, ubuntu-24.04 ]
1717
compiler: [ gfortran ]
1818
version: [ 12, 13, 14, 15 ]
1919
extra_flags: [ -g ]
@@ -44,6 +44,12 @@ jobs:
4444
- os: macos-15-intel
4545
compiler: flang
4646
version: 22
47+
- os: macos-26
48+
compiler: flang
49+
version: 22
50+
- os: macos-26-intel
51+
compiler: flang
52+
version: 22
4753

4854
# https://hub.docker.com/r/snowstep/llvm/tags
4955
- os: ubuntu-24.04
@@ -148,6 +154,11 @@ jobs:
148154
version: 0.61.0
149155
container: phhargrove/lfortran:0.61.0-1
150156

157+
- os: ubuntu-24.04
158+
compiler: lfortran
159+
version: 0.62.0
160+
container: phhargrove/lfortran:0.62.0-1
161+
151162
# https://github.com/lfortran/lfortran/pkgs/container/lfortran
152163
- os: ubuntu-22.04
153164
compiler: lfortran

0 commit comments

Comments
 (0)