diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36e68d1..d14871c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,9 +19,10 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-latest, ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest] build_configuration: [Debug, Release] compiler: [llvm, gcc] + vcpkg_bootstrap: bootstrap-vcpkg.sh include: - os: 'windows-latest' triplet: x64-windows @@ -29,10 +30,8 @@ jobs: compiler: "msvc" - os: 'ubuntu-latest' triplet: x64-linux - vcpkg_bootstrap: bootstrap-vcpkg.sh - os: 'macos-latest' triplet: x64-osx - vcpkg_bootstrap: bootstrap-vcpkg.sh steps: - name: checkout