Skip to content

Commit

Permalink
Tools: Use windows-latest to build desktop app on CI (laurent22#5809)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Dec 1, 2021
1 parent 7384ad0 commit 62f4396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-2016]
os: [macos-latest, ubuntu-latest, windows-latest]
steps:

# Silence apt-get update errors (for example when a module doesn't
Expand Down

0 comments on commit 62f4396

Please sign in to comment.