Skip to content

Commit

Permalink
fix: use ubuntu-22.04 instead of ubuntu-latest for build jobs (#359)
Browse files Browse the repository at this point in the history
The `ubuntu-latest` runner is currently based on Ubuntu 24.04, which has
higher version of `glibc` than some users' systems.
  • Loading branch information
wangl-cc authored Dec 29, 2024
1 parent 6722b45 commit c9377b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
- ubuntu-22.04
- macos-13 # x86_64 runner
- macos-latest # aarch64 runner
- windows-latest
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
- ubuntu-22.04
- windows-latest
steps:
- name: Checkout
Expand All @@ -116,7 +116,7 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
- ubuntu-22.04
- macos-latest
- windows-latest
feature:
Expand All @@ -142,7 +142,7 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
- ubuntu-22.04
- macos-13 # x86_64 runner
- macos-latest # aarch64 runner
- windows-latest
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
- ubuntu-22.04
- macos-latest # aarch64 runner
- windows-latest
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
- ubuntu-22.04
- windows-latest
host-arch:
- x86_64
Expand Down

0 comments on commit c9377b6

Please sign in to comment.