Skip to content

Commit 6af6ce6

Browse files
committed
fix(CI): use GCC 13-14 on Linux, 13-15 on macOS
1 parent 238c0b8 commit 6af6ce6

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ jobs:
2424
compiler: gcc
2525
compiler-version: 14
2626
fpm-compiler: gfortran
27-
- os: ubuntu-latest
28-
compiler: gcc
29-
compiler-version: 15
30-
fpm-compiler: gfortran
3127

3228
# gfortran on macOS
3329
- os: macos-latest
@@ -43,26 +39,6 @@ jobs:
4339
compiler-version: 15
4440
fpm-compiler: gfortran
4541

46-
# flang on Linux
47-
- os: ubuntu-latest
48-
compiler: llvm
49-
compiler-version: 21
50-
fpm-compiler: flang
51-
- os: ubuntu-latest
52-
compiler: llvm
53-
compiler-version: 22
54-
fpm-compiler: flang
55-
56-
# flang on macOS
57-
- os: macos-latest
58-
compiler: llvm
59-
compiler-version: 21
60-
fpm-compiler: flang
61-
- os: macos-latest
62-
compiler: llvm
63-
compiler-version: 22
64-
fpm-compiler: flang
65-
6642
steps:
6743
- name: Checkout code
6844
uses: actions/checkout@v4

0 commit comments

Comments
 (0)