Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 4f3393f

Browse files
committed
chore: lower the system version to improve compatibility
1 parent 8d9dfa6 commit 4f3393f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/topling-jni.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
jobs:
2525
build:
2626
# refer https://github.com/actions/runner-images to get the details
27-
runs-on: ubuntu-latest
27+
runs-on: ubuntu-20.04
2828
env:
2929
GCC_VER: "11.3" # TODO: better get from the 'gcc --version'
3030
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)