Skip to content

Commit

Permalink
add old ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
shirshak55 committed May 30, 2020
1 parent 3d29ebc commit f9534fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ jobs:
matrix:
# This should work with only the `include`s but it currently doesn't because of this bug:
# https://github.community/t5/How-to-use-Git-and-GitHub/GitHub-Actions-Matrix-options-dont-work-as-documented/td-p/29558
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, ubuntu-16.04, windows-latest, macos-latest]
include:
- os: ubuntu-latest
artifact_name: generator
release_name: generator-linux-amd64
- os: ubuntu-16.04
artifact_name: generator
release_name: generator-old-linux-amd64
- os: windows-latest
artifact_name: generator.exe
release_name: generator-windows-amd64.exe
Expand Down

0 comments on commit f9534fb

Please sign in to comment.