Skip to content

Commit

Permalink
ci: switch to windows-2019
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Jun 12, 2023
1 parent 62c06f1 commit ecd9187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
needs: [lint, test]
strategy:
matrix:
environment: [ubuntu-latest, macos-latest, windows-latest]
environment: [ubuntu-latest, macos-latest, windows-2019]

runs-on: ${{ matrix.environment }}
steps:
Expand Down

0 comments on commit ecd9187

Please sign in to comment.