Skip to content

Commit d03f97c

Browse files
committed
ci: decrease the runner version from ubuntu 24 to 22 for compile on old glibc version
1 parent ccb1b76 commit d03f97c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
publish_package:
1818
name: Publish Package
19-
runs-on: ubuntu-24.04
19+
runs-on: ubuntu-22.04
2020
needs: release_native
2121
steps:
2222
- uses: actions/checkout@v4

.github/workflows/release-native.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
jobs:
1414
native_info:
1515
name: Get Native Info
16-
runs-on: ubuntu-24.04
16+
runs-on: ubuntu-22.04
1717
outputs:
1818
native_version: ${{ steps.read_package.outputs.native_version }}
1919
release_exists: ${{ steps.release_exists.outputs.result }}
@@ -50,17 +50,17 @@ jobs:
5050
fail-fast: true
5151
matrix:
5252
include:
53-
- os: ubuntu-24.04
53+
- os: ubuntu-22.04
5454
shell: bash
5555
setup: |
5656
sudo apt update
5757
sudo apt install -y make g++ gcc python3
58-
- os: ubuntu-24.04-arm
58+
- os: ubuntu-22.04-arm
5959
shell: bash
6060
setup: |
6161
sudo apt update
6262
sudo apt install -y make g++ gcc python3
63-
- os: ubuntu-24.04
63+
- os: ubuntu-22.04
6464
image: node:24.10.0-alpine3.22
6565
shell: sh
6666
setup: |
@@ -113,7 +113,7 @@ jobs:
113113

114114
upload_release:
115115
name: Upload Release
116-
runs-on: ubuntu-24.04
116+
runs-on: ubuntu-22.04
117117
needs:
118118
- native_info
119119
- build_binaries

0 commit comments

Comments
 (0)