Skip to content

Commit

Permalink
ci(release): pin ubuntu runners to 20.04
Browse files Browse the repository at this point in the history
Signed-off-by: karthik2804 <karthik.ganeshram@fermyon.com>
  • Loading branch information
karthik2804 committed Sep 17, 2023
1 parent 78c325a commit 399cdef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
matrix:
config:
- {
os: "ubuntu-latest",
os: "ubuntu-20.04",
arch: "amd64",
wasiSDK: "linux",
extension: "",
Expand All @@ -40,7 +40,7 @@ jobs:
targetDir: "target/release",
}
- {
os: "ubuntu-latest",
os: "ubuntu-20.04",
arch: "aarch64",
wasiSDK: "linux",
extension: "",
Expand Down

0 comments on commit 399cdef

Please sign in to comment.