File tree 2 files changed +1
-11
lines changed
2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 62
62
needs : linux-gcc14
63
63
timeout-minutes : 10
64
64
65
- env :
66
- FC : gfortran-13
67
-
68
65
steps :
69
66
- name : install valgrind
70
67
run : |
@@ -110,7 +107,7 @@ jobs:
110
107
# {cc: gcc-13, cxx: g++-13} macos GHA broken in general for GCC
111
108
112
109
env :
113
- FC : gfortran-13
110
+ FC : gfortran-14
114
111
CC : ${{ matrix.c.cc }}
115
112
CXX : ${{ matrix.c.cxx }}
116
113
Original file line number Diff line number Diff line change 17
17
sudo apt update
18
18
sudo apt install --no-install-recommends ninja-build
19
19
20
- - name : MacoS GCC workaround
21
- shell : bash
22
- run : sudo xcode-select --switch /Applications/Xcode_15.1.app
23
- if : runner.os == 'macOS' && env.CC == 'gcc-13'
24
- # https://docs.brew.sh/Xcode
25
- # https://github.com/Homebrew/brew/blob/HEAD/Library/Homebrew/os/mac/xcode.rb#L20
26
-
27
20
- run : cmake --workflow --preset debug
28
21
shell : bash
29
22
You can’t perform that action at this time.
0 commit comments