Skip to content

Commit

Permalink
Lock windows runner to windows-2019 instead of windows-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
csmemoe-aquaveo committed Feb 18, 2022
1 parent 2d1d88b commit c514192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/XmsExtractor-CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [windows-latest]
platform: [windows-2019]
python-version: [3.6.8]
compiler-version: [16]
build_type: [Release, Debug]
Expand Down

0 comments on commit c514192

Please sign in to comment.