chore(ci): switch to stable builds

This commit is contained in:
Orhun Parmaksız 2022-08-11 14:25:25 +02:00
parent 4dbd12def6
commit 792d983bf9
No known key found for this signature in database
GPG key ID: F83424824B3E4B90
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
TOOLCHAIN: [nightly]
TOOLCHAIN: [stable]
CONFIG:
- { TARGET: x86_64-unknown-linux-gnu, FEATURES: "" }
- { TARGET: x86_64-unknown-linux-musl, FEATURES: "" }

View file

@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
TOOLCHAIN: [nightly]
TOOLCHAIN: [stable]
TARGET:
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl