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 5c32b47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
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 Expand Up @@ -89,7 +89,7 @@ jobs:
test:
strategy:
matrix:
environment: [ubuntu-latest, macos-latest, windows-latest]
environment: [ubuntu-latest, macos-latest, windows-2019]

runs-on: ${{ matrix.environment }}

Expand Down

0 comments on commit 5c32b47

Please sign in to comment.