Skip to content

Commit

Permalink
give up
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Coulom committed Sep 18, 2024
1 parent 67f38f9 commit b1af70d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/universal_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@ jobs:
strategy:
fail-fast: false
matrix:
#os: [windows-2022, windows-2019, ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, macos-14, macos-13, macos-12]
os: [windows-2022]
os: [windows-2022, windows-2019, ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, macos-14, macos-13, macos-12]

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Configure CMake
working-directory: ${{github.workspace}}/compcmake
run: cmake -B build -DCMAKE_BUILD_TYPE=Debug --toolchain C:/vcpkg/scripts/buildsystems/vcpkg.cmake
run: cmake -B build -DCMAKE_BUILD_TYPE=Debug

- name: Test
uses: threeal/[email protected]
Expand Down

0 comments on commit b1af70d

Please sign in to comment.