Skip to content

Commit 8d89875

Browse files
committed
use older linux build agent for older glibc
1 parent 66721ab commit 8d89875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-postgres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
commit: ${{ github.ref_name }}
3838
allowUpdates: true
3939
build-linux-x64:
40-
runs-on: ubuntu-latest
40+
runs-on: ubuntu-22.04
4141
steps:
4242
- run: echo build event.tag ${{ inputs.tag }}
4343
- name: Check out postgres code

0 commit comments

Comments
 (0)