Skip to content

Commit f7475f8

Browse files
authored
Merge pull request #178 from bonachea/ci-26-04
[NO REVIEW] CI coverage updates 2026-04
2 parents 82f0fa1 + 0224da9 commit f7475f8

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 9 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: [ 13, 14, 15 ]
1919
extra_flags: [ -g -O3 ]
@@ -33,6 +33,9 @@ jobs:
3333
- os: macos-26
3434
compiler: flang
3535
version: 22
36+
- os: macos-26-intel
37+
compiler: flang
38+
version: 22
3639

3740
# https://hub.docker.com/r/snowstep/llvm/tags
3841
- os: ubuntu-24.04
@@ -92,6 +95,11 @@ jobs:
9295
version: 0.61.0
9396
container: phhargrove/lfortran:0.61.0-1
9497
extra_flags: --separate-compilation --realloc-lhs-arrays
98+
- os: ubuntu-24.04
99+
compiler: lfortran
100+
version: 0.62.0
101+
container: phhargrove/lfortran:0.62.0-1
102+
extra_flags: --separate-compilation --realloc-lhs-arrays
95103

96104
# https://github.com/lfortran/lfortran/pkgs/container/lfortran
97105
- os: ubuntu-22.04

0 commit comments

Comments
 (0)