Skip to content

Commit

Permalink
fix: bump ubuntu to 22.04 for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Mar 25, 2023
1 parent 93123d6 commit 3d135bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@ jobs:
build: [linux-gnu, linux-musl, linux-arm, macos, netbsd, win-msvc]
include:
- build: linux-gnu
os: ubuntu-18.04
os: ubuntu-22.04
target: x86_64-unknown-linux-gnu
- build: linux-musl
os: ubuntu-18.04
os: ubuntu-22.04
target: x86_64-unknown-linux-musl
- build: linux-arm
os: ubuntu-18.04
os: ubuntu-22.04
target: aarch64-unknown-linux-gnu
- build: macos
os: macos-latest
target: x86_64-apple-darwin
- build: netbsd
os: ubuntu-18.04
os: ubuntu-22.04
target: x86_64-unknown-netbsd
- build: win-msvc
os: windows-2022
Expand Down

0 comments on commit 3d135bf

Please sign in to comment.