Skip to content

Commit 703363f

Browse files
committed
Build Linux binaries on Ubuntu 22.04 runners
1 parent e2a7708 commit 703363f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
strategy:
2424
matrix:
2525
include:
26-
- runner-os: ubuntu-latest
26+
- runner-os: ubuntu-22.04
2727
rustc-target: "x86_64-unknown-linux-gnu"
28-
- runner-os: ubuntu-latest
28+
- runner-os: ubuntu-22.04
2929
rustc-target: "aarch64-unknown-linux-gnu"
3030
- runner-os: macos-latest
3131
rustc-target: "x86_64-apple-darwin"

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.1.0
4+
5+
- Linux binaries are now built on Ubuntu 22.04 runners (rather than 24.04) for compability with a wider range of glibc versions.
6+
37
## v1.0.0
48

59
- Added integration tests.

0 commit comments

Comments
 (0)