Skip to content

Commit

Permalink
use 22.04 as build env.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joinhack committed Dec 30, 2024
1 parent 46d0292 commit b6d3ccf
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 b6d3ccf

Please sign in to comment.