Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

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 rabbitinspace committed Jan 1, 2020
1 parent 8926b6c commit b1dedc9
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 b1dedc9

Please sign in to comment.