Skip to content

Commit 108b827

Browse files
committed
Remove ubuntu-22.04 from matrix
ubuntu-22.04 only has gfortran version 12 and Julienne does not work with gfortran 12, so remove ubuntu-22.04 from the gfortran matrix.
1 parent 528c2f0 commit 108b827

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,12 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [macos-13, macos-14, macos-15, macos-15-intel, ubuntu-22.04, ubuntu-24.04]
16+
os: [macos-13, macos-14, macos-15, macos-15-intel, ubuntu-24.04]
1717
compiler: [ gfortran ]
1818
version: [ 13, 14, 15 ]
1919
extra_flags: [ -g -O3 ]
2020

2121
exclude:
22-
- os: ubuntu-22.04
23-
version: 13 # no package available
24-
- os: ubuntu-22.04
25-
version: 14 # no package available
26-
- os: ubuntu-22.04
27-
version: 15 # no package available
2822
- os: ubuntu-24.04
2923
version: 15 # no package available
3024

0 commit comments

Comments
 (0)