File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 6262 needs : linux-gcc14
6363 timeout-minutes : 10
6464
65- env :
66- FC : gfortran-13
67-
6865 steps :
6966 - name : install valgrind
7067 run : |
@@ -110,7 +107,7 @@ jobs:
110107 # {cc: gcc-13, cxx: g++-13} macos GHA broken in general for GCC
111108
112109 env :
113- FC : gfortran-13
110+ FC : gfortran-14
114111 CC : ${{ matrix.c.cc }}
115112 CXX : ${{ matrix.c.cxx }}
116113
Original file line number Diff line number Diff line change 1717 sudo apt update
1818 sudo apt install --no-install-recommends ninja-build
1919
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-
2720 - run : cmake --workflow --preset debug
2821 shell : bash
2922
You can’t perform that action at this time.
0 commit comments