summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-22 14:17:43 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-22 14:17:43 +0800
commitd7a7f9ccf810f90e80b4b04c0252ed8eab2b17e7 (patch)
tree0e248907281239cb62411dfe21591d5b14f682db /.github
parentf5200723e8cda73045be4a65c4bf11ad9a4a023d (diff)
Seems nightly is broken right now - stable it is everywhere
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index cc49ed4..4aa33ab 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -90,22 +90,22 @@ jobs:
feature: tui-unix
- build: macos
os: macos-latest
- rust: nightly
+ rust: stable
target: x86_64-apple-darwin
feature: tui-unix
- build: win-msvc
os: windows-2019
- rust: nightly
+ rust: stable
target: x86_64-pc-windows-msvc
feature: tui-crossplatform
- build: win-gnu
os: windows-2019
- rust: nightly-x86_64-gnu
+ rust: stable-x86_64-gnu
target: x86_64-pc-windows-gnu
feature: tui-crossplatform
- build: win32-msvc
os: windows-2019
- rust: nightly
+ rust: stable
target: i686-pc-windows-msvc
feature: tui-crossplatform