Skip to content

Commit ed45dd2

Browse files
committed
ci(release): lower glibc floor and bump macOS runner
Use ubuntu-22.04 (glibc 2.35) instead of ubuntu-latest (glibc 2.39) for broader Linux compatibility. Bump macOS runner to macos-26.
1 parent 28d2490 commit ed45dd2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ jobs:
6969
fail-fast: false
7070
matrix:
7171
include:
72-
- runner: ubuntu-latest
72+
- runner: ubuntu-22.04
7373
artifact_name: linux-amd64
74-
- runner: ubuntu-24.04-arm
74+
- runner: ubuntu-22.04-arm
7575
artifact_name: linux-arm64
76-
- runner: macos-14
76+
- runner: macos-26
7777
artifact_name: darwin-arm64
7878

7979
runs-on: ${{ matrix.runner }}

0 commit comments

Comments
 (0)