Commit 34378d7
authored
Do not create gfortran symlink on macOS (#23)
The original CI workflow assumed that an executable `gfortran-14` was
available on macOS, but not a `gfortran`. Therefore a symlink named
`gfortran` was created without even checking if this was really
necessary. Recent CI failures showed instead that a binary file named
`gfortran` already existed.
Therefore, we now use the available command `gfortran` on macOS as well
as Ubuntu, with no distinction. Fixes #22.1 parent 148975c commit 34378d7
1 file changed
+3
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
| |||
54 | 52 | | |
55 | 53 | | |
56 | 54 | | |
57 | | - | |
| 55 | + | |
58 | 56 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | 57 | | |
| 58 | + | |
68 | 59 | | |
69 | 60 | | |
70 | 61 | | |
| |||
121 | 112 | | |
122 | 113 | | |
123 | 114 | | |
124 | | - | |
| 115 | + | |
125 | 116 | | |
126 | 117 | | |
127 | 118 | | |
| |||
0 commit comments