Skip to content

Commit

Permalink
Merge pull request #143 from blocklessnetwork/feature/linux_musl
Browse files Browse the repository at this point in the history
use 22.04 as build env.
  • Loading branch information
Joinhack authored Dec 30, 2024
2 parents 46d0292 + b6d3ccf commit 7064f92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/runtime_release_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
strategy:
matrix:
include:
- build: ubuntu-20.04
os: ubuntu-20.04
- build: ubuntu-22.04
os: ubuntu-22.04
rust: stable
runson: ubuntu-20.04
runson: ubuntu-22.04
target: x86_64-unknown-linux-musl
arch: x86_64
cross: false
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
apt
sudo apt install libc6-dev
if: matrix.arch == "ubuntu-20.04"
if: matrix.build == "ubuntu-20.04"
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down

0 comments on commit 7064f92

Please sign in to comment.