Skip to content

Commit 55377a2

Browse files
authored
Merge pull request #52 from itowlson/build-on-ubuntu-20
Build on Ubuntu 20.04
2 parents 7568c95 + 9442d61 commit 55377a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
matrix:
5353
config:
5454
- {
55-
os: "ubuntu-latest",
55+
os: "ubuntu-20.04",
5656
arch: "amd64",
5757
wasiSDK: "linux",
5858
extension: "",
@@ -61,7 +61,7 @@ jobs:
6161
targetDir: "target/release",
6262
}
6363
- {
64-
os: "ubuntu-latest",
64+
os: "ubuntu-20.04",
6565
arch: "aarch64",
6666
wasiSDK: "linux",
6767
extension: "",

0 commit comments

Comments
 (0)