Skip to content

Commit

Permalink
Use windows-2019 instead of windows-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 21, 2022
1 parent 7bafa90 commit b8f8aa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- rust: nightly
os: macos-10.15
- rust: nightly
os: windows-latest
os: windows-2019
runs-on: ${{ matrix.os || 'ubuntu-18.04' }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- target: x86_64-apple-darwin
os: macos-10.15
- target: x86_64-pc-windows-msvc
os: windows-latest
os: windows-2019
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit b8f8aa9

Please sign in to comment.