We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20aef1 commit 69c9259Copy full SHA for 69c9259
1 file changed
.github/workflows/github_cmake_macos.yml
@@ -2,10 +2,6 @@ name: CMake build and unit tests on MacOS
2
3
on: push
4
5
-env:
6
- CC: gcc
7
- FC: gfortran
8
-
9
jobs:
10
# Executables
11
build-symmetric:
@@ -17,6 +13,8 @@ jobs:
17
13
env:
18
14
CMAKE_FLAGS: "${{ matrix.build-type }} ${{ matrix.libyaml-flag }}"
19
15
EXCLUDE_TESTS: "test_mpp_nesting|test_mpp_clock_begin_end_id|test_time_*"
16
+ CC: gcc
+ FC: gfortran
20
steps:
21
- uses: actions/checkout@v4
22
- uses: ./.github/actions/macos-setup/
0 commit comments