Build Linux release on Ubuntu 20.04, use fixed artifact names

This commit is contained in:
Lucien Greathouse
2022-08-20 21:34:25 -04:00
parent 142705f386
commit e0198e626b

View File

@@ -65,25 +65,21 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
# https://doc.rust-lang.org/rustc/platform-support.html # 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: include:
- host: linux - host: linux
os: ubuntu-18.04 os: ubuntu-20.04
target: x86_64-unknown-linux-gnu target: x86_64-unknown-linux-gnu
label: linux label: linux-x86_64
- host: windows - host: windows
os: windows-latest os: windows-latest
target: x86_64-pc-windows-msvc target: x86_64-pc-windows-msvc
label: win64 label: windows-x86_64
- host: macos - host: macos
os: macos-latest os: macos-latest
target: x86_64-apple-darwin target: x86_64-apple-darwin
label: macos label: macos-x86_64
- host: macos - host: macos
os: macos-latest os: macos-latest