Skip to content

Commit

Permalink
Update windows versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RundownRhino committed Mar 15, 2024
1 parent 0d3f6bb commit bb2cac8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ jobs:
rust: stable
target: x86_64-apple-darwin
- build: win-msvc
os: windows-2019
os: windows-latest
rust: stable
target: x86_64-pc-windows-msvc
- build: win-gnu
os: windows-2019
os: windows-latest
rust: stable-x86_64-gnu
target: x86_64-pc-windows-gnu
- build: win32-msvc
os: windows-2019
os: windows-latest
rust: stable
target: i686-pc-windows-msvc

Expand Down

0 comments on commit bb2cac8

Please sign in to comment.