Skip to content

Commit

Permalink
Update "old" windows image on CI (#125)
Browse files Browse the repository at this point in the history
* Update "old" windows image on CI

* Update branch name for CI
  • Loading branch information
alexcrichton authored Mar 16, 2022
1 parent c98db09 commit 5c0debd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI
on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]

defaults:
run:
Expand Down Expand Up @@ -64,10 +64,10 @@ jobs:
os: ubuntu-latest
- target: i686-pc-windows-msvc
rust: stable-i686-msvc
os: windows-2016
os: windows-2019
- target: i686-pc-windows-msvc
rust: stable-i686-msvc
os: windows-2016
os: windows-2019
crt_static: yes
- target: x86_64-pc-windows-msvc
rust: stable-x86_64-msvc
Expand Down

0 comments on commit 5c0debd

Please sign in to comment.