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 4fad173 commit c2f8932
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-22.04
os: ubuntu-22.04
- build: ubuntu-24.04
os: ubuntu-24.04
rust: stable
runson: ubuntu-22.04
runson: ubuntu-24.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.build == "ubuntu-22.04"
if: matrix.build == "ubuntu-24.04"
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down

0 comments on commit c2f8932

Please sign in to comment.