Skip to content

Commit

Permalink
Update test_build_windows.yml
Browse files Browse the repository at this point in the history
Updating Windows test build
  • Loading branch information
doumdi authored Dec 20, 2023
1 parent bf3e701 commit 1c66e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: ${{ github.event.inputs.fail_fast != 'false'}}
matrix:
os: [windows-2022]
os: [windows-2019, windows-2022]
architecture: [win64]
build-type: [Release, Debug]

Expand All @@ -26,7 +26,7 @@ jobs:
run: docker rmi $(docker images -q -a)
shell: powershell

- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down

0 comments on commit 1c66e38

Please sign in to comment.