Skip to content

Commit

Permalink
trying to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Coulom committed Sep 18, 2024
1 parent 6a8b21e commit b53cafb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/universal_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ 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, windows-2019, ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, macos-14, macos-13, macos-12]
os: [windows-2022]

steps:
- name: Checkout repository
Expand All @@ -26,5 +27,5 @@ jobs:
- name: Test
uses: threeal/[email protected]
with:
test-dir: ${{github.workspace}}/test
test-dir: ${{github.workspace}}/compcmake/build
verbose: true

0 comments on commit b53cafb

Please sign in to comment.