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:
Cory LaNou
2025-12-08 17:19:23 -06:00
committed by GitHub
parent f59b6bcabd
commit a8d23d220e

View File

@@ -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: