Skip to content

Commit

Permalink
Merge pull request #197 from itowlson/build-on-ubuntu-20
Browse files Browse the repository at this point in the history
Build on Ubuntu 20.04
  • Loading branch information
itowlson authored Sep 25, 2023
2 parents 8ce615a + 4b2809f commit f0d082c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
config:
- {
os: "ubuntu-latest",
os: "ubuntu-20.04",
arch: "amd64",
wasiSDK: "linux",
extension: "",
Expand All @@ -30,7 +30,7 @@ jobs:
targetDir: "target/release",
}
- {
os: "ubuntu-latest",
os: "ubuntu-20.04",
arch: "aarch64",
wasiSDK: "linux",
extension: "",
Expand Down

0 comments on commit f0d082c

Please sign in to comment.