Skip to content

Commit

Permalink
ci: Use ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Feb 20, 2025
1 parent 5c0b17d commit 3d71e31
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 @@ -37,12 +37,12 @@ jobs:
matrix:
include:
- target: aarch64-unknown-linux-gnu
os: ubuntu-20.04
os: ubuntu-22.04
- target: aarch64-unknown-linux-musl
- target: aarch64-apple-darwin
os: macos-13
- target: x86_64-unknown-linux-gnu
os: ubuntu-20.04
os: ubuntu-22.04
- target: x86_64-unknown-linux-musl
- target: x86_64-apple-darwin
os: macos-13
Expand Down

0 comments on commit 3d71e31

Please sign in to comment.