Skip to content

Commit

Permalink
Build Linux binaries on Ubuntu 22.04 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
dmartin committed Jan 14, 2025
1 parent e2a7708 commit 703363f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
strategy:
matrix:
include:
- runner-os: ubuntu-latest
- runner-os: ubuntu-22.04
rustc-target: "x86_64-unknown-linux-gnu"
- runner-os: ubuntu-latest
- runner-os: ubuntu-22.04
rustc-target: "aarch64-unknown-linux-gnu"
- runner-os: macos-latest
rustc-target: "x86_64-apple-darwin"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.1.0

- Linux binaries are now built on Ubuntu 22.04 runners (rather than 24.04) for compability with a wider range of glibc versions.

## v1.0.0

- Added integration tests.
Expand Down

0 comments on commit 703363f

Please sign in to comment.