From e0198e626b9840b7d3a004c9887a7849004fe5d6 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Sat, 20 Aug 2022 21:34:25 -0400 Subject: [PATCH] Build Linux release on Ubuntu 20.04, use fixed artifact names --- .github/workflows/release.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 666cede1a..96a32d6b1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,25 +65,21 @@ jobs: fail-fast: false matrix: # https://doc.rust-lang.org/rustc/platform-support.html - # - # FIXME: After the Rojo VS Code extension updates, add architecture - # names to each of these releases. We'll rename win64 to windows and add - # -x86_64 to each release. include: - host: linux - os: ubuntu-18.04 + os: ubuntu-20.04 target: x86_64-unknown-linux-gnu - label: linux + label: linux-x86_64 - host: windows os: windows-latest target: x86_64-pc-windows-msvc - label: win64 + label: windows-x86_64 - host: macos os: macos-latest target: x86_64-apple-darwin - label: macos + label: macos-x86_64 - host: macos os: macos-latest