Skip to content

Commit

Permalink
Use Stable Rust in CI (hyperium#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
jen20 authored and LucioFranco committed Nov 9, 2019
1 parent 3809f18 commit 4d4dbdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
rust: [beta]
rust: [stable]

env:
RUSTFLAGS: "-D warnings"
Expand All @@ -38,7 +38,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
rust: [beta]
rust: [stable]

env:
RUSTFLAGS: "-D warnings"
Expand All @@ -58,7 +58,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
rust: [beta]
rust: [stable]

env:
RUSTFLAGS: "-D warnings"
Expand Down

0 comments on commit 4d4dbdf

Please sign in to comment.