diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc49ed4f..4aa33ab1 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