File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ jobs:
5353 fail-fast : true
5454 matrix :
5555 # Use Ubuntu LTS-1 for broader glibc compatibility.
56- os : [ubuntu-20 .04]
56+ os : [ubuntu-22 .04]
5757 node-version : [18.0, 20.0, 22.0]
5858 include :
59- - os : ubuntu-20 .04
59+ - os : ubuntu-22 .04
6060 os-name : 🐧
6161
6262 - os : macos-latest
Original file line number Diff line number Diff line change @@ -41,21 +41,21 @@ jobs:
4141 # ----------------------------------- Linux
4242 # Use Ubuntu LTS-1 for broader glibc compatibility.
4343 - target : x86_64-unknown-linux-gnu
44- os : ubuntu-20 .04
44+ os : ubuntu-22 .04
4545 - target : i686-unknown-linux-gnu
4646 apt_install : gcc-i686-linux-gnu g++-i686-linux-gnu
47- os : ubuntu-20 .04
47+ os : ubuntu-22 .04
4848 - target : aarch64-unknown-linux-gnu
49- os : ubuntu-20 .04
49+ os : ubuntu-22 .04
5050 apt_install : gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
5151 - target : arm-unknown-linux-gnueabihf
52- os : ubuntu-20 .04
52+ os : ubuntu-22 .04
5353 apt_install : gcc-arm-linux-gnueabihf
5454 - target : x86_64-unknown-linux-musl
55- os : ubuntu-20 .04
55+ os : ubuntu-22 .04
5656 apt_install : musl-tools
5757 - target : s390x-unknown-linux-gnu
58- os : ubuntu-20 .04
58+ os : ubuntu-22 .04
5959 apt_install : gcc-s390x-linux-gnu g++-s390x-linux-gnu
6060 # ----------------------------------- macOS
6161 - target : aarch64-apple-darwin
Original file line number Diff line number Diff line change 33## Next release
44
55- Update matrix-rust-sdk dependency to 0.9.0.
6+ - Minimum supported glibc version is now ` 2.35 ` (Ubuntu 22.04+ compatible). Support has been dropped for prior versions.
67
78## 0.3.0-beta.1 - 2024-11-18
89
You can’t perform that action at this time.
0 commit comments