Skip to content

Commit

Permalink
set to 18.04 for non-cross
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang committed May 25, 2022
1 parent c081b60 commit 0a144e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ jobs:
matrix:
triple:
- {
os: "ubuntu-latest",
os: "ubuntu-18.04",
target: "x86_64-unknown-linux-gnu",
cross: false,
name: "amd64",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ jobs:
matrix:
triple:
- {
os: "ubuntu-latest",
os: "ubuntu-18.04",
target: "x86_64-unknown-linux-gnu",
cross: false,
name: "amd64",
Expand Down

0 comments on commit 0a144e7

Please sign in to comment.