Skip to content

Commit

Permalink
CD: make windows build use windows-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein authored and kvark committed Dec 17, 2021
1 parent 45acfbb commit 6eb7362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
windows-x86_64:
# Config
name: release - windows-x86_64
runs-on: vs2017-win2016
runs-on: windows-latest
env:
TARGET: x86_64-pc-windows-msvc
ARCHIVE_NAME: wgpu-windows-x86_64
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
windows-i686:
# Config
name: release - windows-i686
runs-on: vs2017-win2016
runs-on: windows-latest
env:
TARGET: i686-pc-windows-msvc
ARCHIVE_NAME: wgpu-windows-i686
Expand Down

0 comments on commit 6eb7362

Please sign in to comment.