Skip to content

Commit

Permalink
Fix the macOS build.
Browse files Browse the repository at this point in the history
The underlying issue is an update of Xcode used in the runner images:
actions/runner-images/issues/6225
  • Loading branch information
samcunliffe committed Oct 4, 2022
1 parent 3fce04d commit 5e9e240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Install dependencies
run: |
brew install fftw libomp python3
brew install fftw llvm python3
- name: Install Python dependencies
shell: bash
Expand All @@ -58,7 +58,7 @@ jobs:
cmake ${GITHUB_WORKSPACE}/tdms -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON\
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}\
-DBUILD_TESTING=${{ matrix.build_testing }}\
-DOMP_ROOT=/usr/local/opt/llvm/ -DCXX_ROOT=/usr/local/opt/llvm
-DOMP_ROOT=/usr/local/opt/llvm/ \
- name: Build TDMS
working-directory: ${{runner.workspace}}/build
Expand Down

0 comments on commit 5e9e240

Please sign in to comment.