We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a7708 commit 703363fCopy full SHA for 703363f
.github/workflows/release.yaml
@@ -23,9 +23,9 @@ jobs:
23
strategy:
24
matrix:
25
include:
26
- - runner-os: ubuntu-latest
+ - runner-os: ubuntu-22.04
27
rustc-target: "x86_64-unknown-linux-gnu"
28
29
rustc-target: "aarch64-unknown-linux-gnu"
30
- runner-os: macos-latest
31
rustc-target: "x86_64-apple-darwin"
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
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
7
## v1.0.0
8
9
- Added integration tests.
0 commit comments