mirror of
https://github.com/benbjohnson/litestream.git
synced 2026-01-25 05:06:30 +00:00
fix(ci): update Linux VFS runner from ubuntu-20.04 to ubuntu-22.04 (#879)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -64,7 +64,7 @@ jobs:
|
||||
|
||||
vfs-build-linux:
|
||||
name: Build VFS (Linux ${{ matrix.arch }})
|
||||
runs-on: ubuntu-20.04 # Use older Ubuntu for broader glibc compatibility (2.31)
|
||||
runs-on: ubuntu-22.04 # glibc 2.35 (ubuntu-20.04 runners deprecated)
|
||||
needs: goreleaser
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user