Skip to content

Commit

Permalink
[actions] is it windows-2022 that has broken setup?
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushieno committed Jun 19, 2023
1 parent 0709e89 commit 00ace80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-12, windows-latest]
os: [ubuntu-22.04, macos-12, windows-2019]
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 00ace80

Please sign in to comment.