From: Steve Lhomme Date: Sun, 16 Oct 2022 14:14:09 +0000 (+0200) Subject: CI: only build desktop builds with XP targets X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d7143c3673474f3db736d0faa9efeb1c25358df;p=libmatroska CI: only build desktop builds with XP targets If it can do XP (that we need for VLC 3), it can do Win10 that we also test in UWP builds. --- diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index c6aeda0..42ad343 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -23,7 +23,7 @@ jobs: { "name": "arm64", "option": "arm64"}, ] env: - CMAKE_OPTIONS: -DCMAKE_CXX_EXTENSIONS=OFF + CMAKE_OPTIONS: -DCMAKE_CXX_EXTENSIONS=OFF -DCMAKE_CXX_FLAGS_INIT="-DWINVER=0x0501" CMAKE_MATROSKA_OPTIONS: ${{ env.CMAKE_OPTIONS }} -DBUILD_EXAMPLES=ON steps: - uses: lukka/get-cmake@latest