Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5c32b47

Browse files
committedJun 12, 2023
ci: switch to windows-2019
Related: actions/checkout#1186
1 parent 62c06f1 commit 5c32b47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
needs: [lint, test]
1919
strategy:
2020
matrix:
21-
environment: [ubuntu-latest, macos-latest, windows-latest]
21+
environment: [ubuntu-latest, macos-latest, windows-2019]
2222

2323
runs-on: ${{ matrix.environment }}
2424
steps:
@@ -89,7 +89,7 @@ jobs:
8989
test:
9090
strategy:
9191
matrix:
92-
environment: [ubuntu-latest, macos-latest, windows-latest]
92+
environment: [ubuntu-latest, macos-latest, windows-2019]
9393

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

0 commit comments

Comments
 (0)
Please sign in to comment.