Skip to content

Commit

Permalink
Use ubuntu-22.04 for published builds
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Jan 9, 2025
1 parent 4a3d71a commit 07d05e3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,17 +91,16 @@ jobs:
os: macos-latest
args: "--features vendored-openssl,vendored-libgit2"
- target: x86_64-unknown-linux-gnu
# Use ubuntu-20.04 so that the pre-built artifacts can run on older
# image, where they are still using openssl 1
os: ubuntu-20.04
# Use ubuntu-20.04 to stay compatible with older distro versions
os: ubuntu-22.04
- target: x86_64-unknown-linux-musl
os: ubuntu-20.04
os: ubuntu-22.04
c: true
- target: aarch64-unknown-linux-gnu
os: ubuntu-20.04
os: ubuntu-22.04
c: true
- target: aarch64-unknown-linux-musl
os: ubuntu-20.04
os: ubuntu-22.04
c: true

name: GitHub Release (${{ matrix.target }})
Expand Down

0 comments on commit 07d05e3

Please sign in to comment.