Skip to content

Commit 45b53a8

Browse files
committed
ci: MacOS: GCC 14
1 parent 45908e3 commit 45b53a8

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/ci.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ jobs:
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

.github/workflows/composite-unix/action.yml

-7
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ runs:
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

0 commit comments

Comments
 (0)