We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 238c0b8 commit 6af6ce6Copy full SHA for 6af6ce6
1 file changed
.github/workflows/build.yml
@@ -24,10 +24,6 @@ jobs:
24
compiler: gcc
25
compiler-version: 14
26
fpm-compiler: gfortran
27
- - os: ubuntu-latest
28
- compiler: gcc
29
- compiler-version: 15
30
- fpm-compiler: gfortran
31
32
# gfortran on macOS
33
- os: macos-latest
@@ -43,26 +39,6 @@ jobs:
43
39
compiler-version: 15
44
40
45
41
46
- # flang on Linux
47
48
- compiler: llvm
49
- compiler-version: 21
50
- fpm-compiler: flang
51
52
53
- compiler-version: 22
54
55
-
56
- # flang on macOS
57
- - os: macos-latest
58
59
60
61
62
63
64
65
66
42
steps:
67
- name: Checkout code
68
uses: actions/checkout@v4
0 commit comments