Remove nightly from CI.
This commit is contained in:
parent
32825d2ca8
commit
ea828262ba
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -66,11 +66,12 @@ jobs:
|
||||
toolchain: [stable]
|
||||
experimental: [false]
|
||||
include:
|
||||
# smoketests for future and experimental toolchains
|
||||
# smoketests for different toolchains
|
||||
- {toolchain: stable, os: windows-latest, experimental: false, flags: ""}
|
||||
- {toolchain: stable, os: macos-latest, experimental: false, flags: ""}
|
||||
- {toolchain: beta, os: ubuntu-latest, experimental: false, flags: ""}
|
||||
- {toolchain: nightly, os: ubuntu-latest, experimental: true, flags: ""}
|
||||
# nightly is a bit volatile
|
||||
#- {toolchain: nightly, os: ubuntu-latest, experimental: true, flags: ""}
|
||||
fail-fast: false
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
Loading…
Reference in New Issue
Block a user