Skip to content

Commit

Permalink
- Specify CI runner for Windows 32 bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
drfrag666 committed Feb 20, 2021
1 parent 76045e5 commit 670d9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
}
- {
name: "Visual Studio 32-bit",
os: windows-latest,
os: windows-2019,
extra_options: "-A Win32 -DFORCE_INTERNAL_ZLIB=ON",
build_type: "Release"
}
Expand Down

0 comments on commit 670d9f8

Please sign in to comment.