Skip to content

Commit

Permalink
Build Linux release on Ubuntu 20.04, use fixed artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Aug 21, 2022
1 parent 142705f commit e0198e6
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0198e6

Please sign in to comment.