We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e0f708 commit 43e3822Copy full SHA for 43e3822
1 file changed
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ${{ matrix.os }}
16
strategy:
17
matrix:
18
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-13, macos-latest, windows-latest]
19
20
steps:
21
- name: Setup MSVC on Windows
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
mkdir build
42
cd build
43
- cmake .. -DDOWNLOAD_GTEST=ON
+ cmake .. -DDOWNLOAD_GTEST=ON -DFFTW_USE_LONG_DOUBLE=${{ matrix.os == 'macos-latest' && 'OFF' || 'ON' }}
44
cmake --build test
45
46
- name: Run tests
0 commit comments