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 f2db222
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github_actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
build:
strategy:
matrix:
os: [windows-latest, windows-2016, ubuntu-latest, macOS-latest]
os: [windows-latest, windows-2019, 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 f2db222

Please sign in to comment.