We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56421b5 commit 613a7e6Copy full SHA for 613a7e6
1 file changed
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
46
# flang on Linux
47
- os: ubuntu-latest
48
- compiler: llvm
+ compiler: flang
49
compiler-version: 21
50
fpm-compiler: flang
51
@@ -55,11 +55,11 @@ jobs:
55
56
# flang on macOS
57
- os: macos-latest
58
59
60
61
62
63
compiler-version: 22
64
65
0 commit comments