Skip to content

Commit

Permalink
Merge pull request #87 from mgeisler/fix-windows-builds
Browse files Browse the repository at this point in the history
Use the correct `windows-latest` OS name
  • Loading branch information
mgeisler authored Jun 6, 2022
2 parents a7779b7 + afad2c6 commit 37411ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- nightly
os:
- ubuntu-latest
- window-latest
- windows-latest
exclude:
- rust: nightly
os: window-latest
os: windows-latest
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 37411ce

Please sign in to comment.