Skip to content

Commit

Permalink
ci: update ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed May 25, 2024
1 parent 1cf46dd commit 25f2cc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-20.04
- os: ubuntu-22.04
target: x86_64-unknown-linux-gnu
- os: ubuntu-20.04
- os: ubuntu-22.04
target: aarch64-unknown-linux-gnu
- os: macos-latest
target: x86_64-apple-darwin
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
- macos-latest
# TODO: Can't build for Windows for now
# - windows-latest
- ubuntu-20.04
- ubuntu-22.04
r:
- oldrel-1
- release
Expand Down

0 comments on commit 25f2cc5

Please sign in to comment.