diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26906c3..398860d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,10 +19,15 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest, windows-latest] build_configuration: [Debug, Release] compiler: [llvm, gcc] vcpkg_bootstrap: [bootstrap-vcpkg.sh] + + exclude: + - os: windows-latest + vcpkg_bootstrap: bootstrap-vcpkg.sh + include: - os: 'windows-latest' triplet: x64-windows