Skip to content

Commit

Permalink
[DBG] windows only
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Oct 19, 2024
1 parent 198bf20 commit 37344fa
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, ubuntu-24.04, macos-14, windows-2022]
os: [windows-2022]
shared_libs: ['ON', 'OFF']
include:
- os: ubuntu-22.04
package_manager: "apt"
test: "ON"

- os: ubuntu-24.04
package_manager: "apt"
test: "ON"

- os: macos-14
package_manager: "brew"
test: "OFF"

- os: windows-2022
package_manager: "vcpkg"
test: "OFF"
Expand Down

0 comments on commit 37344fa

Please sign in to comment.