summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 4aa33ab..56e6ce2 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -100,12 +100,12 @@ jobs:
feature: tui-crossplatform
- build: win-gnu
os: windows-2019
- rust: stable-x86_64-gnu
+ rust: nightly-x86_64-gnu
target: x86_64-pc-windows-gnu
feature: tui-crossplatform
- build: win32-msvc
os: windows-2019
- rust: stable
+ rust: nightly
target: i686-pc-windows-msvc
feature: tui-crossplatform