Skip to content

Commit

Permalink
temporarily remove other os for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Sep 17, 2024
1 parent 0ca09b1 commit 40035cd
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [windows-latest]

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -51,14 +51,10 @@ jobs:
git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
.\bootstrap-vcpkg.bat
.\vcpkg install hdf5
set VCPKG_ROOT=%cd%
cd ..
git clone https://github.com/catchorg/Catch2.git
cd Catch2
git checkout "v3.5.3"
cmake -Bbuild -H. -DBUILD_TESTING=OFF
cmake --build build/ --target install
vcpkg install hdf5
vcpkg install boost
- name: Configure
shell: pwsh
Expand Down

0 comments on commit 40035cd

Please sign in to comment.