Skip to content

Commit

Permalink
Fix Windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
alastairUK committed Jun 13, 2022
1 parent 99a45af commit 1782ad6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github_actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
os: [windows-latest, windows-2016, ubuntu-latest, macOS-latest]
include:
- os: windows-latest
generator: '"Visual Studio 16 2019"'
- os: windows-2016
generator: '"Visual Studio 15 2017"'
generator: '"Visual Studio 17 2022"'
- os: windows-2019
generator: '"Visual Studio 16 2019"'
- os: ubuntu-latest
generator: '"Unix Makefiles"'
- os: macOS-latest
Expand Down

0 comments on commit 1782ad6

Please sign in to comment.