Skip to content

Commit

Permalink
minor: update ubuntu version to ubuntu-20.04 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshuaikang authored Jan 11, 2025
1 parent a052596 commit c130748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
matrix:
include:
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
os: ubuntu-20.04
- target: aarch64-apple-darwin
os: macos-latest
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
os: ubuntu-20.04
- target: x86_64-apple-darwin
os: macos-latest
- target: universal-apple-darwin
Expand Down

0 comments on commit c130748

Please sign in to comment.