Skip to content

Commit 429ed75

Browse files
committed
bump to ubuntu 24.04 for release
1 parent 6c204ff commit 429ed75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release_binary.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
build-amd64:
1414
name: Create AMD64 Binary
15-
runs-on: ubuntu-22.04 # Using 22.04 of ubuntu to get the lowest version of glibc
15+
runs-on: ubuntu-22.04 # Using 22.04 of ubuntu to get the lowest version of glibc while compiles govips 2.18
1616
steps:
1717
- name: Checkout code
1818
uses: actions/checkout@v4
@@ -38,7 +38,7 @@ jobs:
3838

3939
build-arm64:
4040
name: Create ARM64 Binary
41-
runs-on: ubuntu-22.04-arm # Using 22.04 of ubuntu to get the lowest version of glibc
41+
runs-on: ubuntu-24.04-arm # Using 22.04 of ubuntu to get the lowest version of glibc while compiles govips 2.18
4242
steps:
4343
- name: Checkout code
4444
uses: actions/checkout@v4

0 commit comments

Comments
 (0)