Skip to content

Commit

Permalink
Merge pull request #4 from selectiveci/back-to-linux-20-04
Browse files Browse the repository at this point in the history
Switch back to 20.04 for Linux builds
  • Loading branch information
benjaminwood authored Nov 3, 2023
2 parents 561dbc9 + fda9533 commit 76913a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
matrix:
platform:
- release_for: Linux-x86_64
os: ubuntu-22.04
os: ubuntu-20.04
target: x86_64-unknown-linux-gnu
bin: transport
name: transport-Linux-x86_64.tar.gz
command: build

- release_for: Linux-aarch64
os: ubuntu-22.04
os: ubuntu-20.04
target: aarch64-unknown-linux-gnu
bin: transport
name: transport-Linux-aarch64.tar.gz
Expand Down

0 comments on commit 76913a5

Please sign in to comment.