Skip to content

Commit 1083845

Browse files
committed
Bump ubuntu version to fix publish workflow
1 parent a3594c1 commit 1083845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
matrix:
2020
include:
2121
- name: linux
22-
os: ubuntu-20.04 # Use oldest supported non-deprecated version so we link against older glibc version which allows running binary on a wider set of Linux systems
22+
os: ubuntu-22.04 # Use oldest supported non-deprecated version so we link against older glibc version which allows running binary on a wider set of Linux systems
2323
path: target/x86_64-unknown-linux-gnu/release/function-runner
2424
asset_name: function-runner-x86_64-linux-${{ inputs.tag_name || github.event.release.tag_name }}
2525
shasum_cmd: sha256sum
2626
target: x86_64-unknown-linux-gnu
2727
- name: linux-arm64
28-
os: ubuntu-20.04 # Use oldest supported non-deprecated version so we link against older glibc version which allows running binary on a wider set of Linux systems
28+
os: ubuntu-22.04 # Use oldest supported non-deprecated version so we link against older glibc version which allows running binary on a wider set of Linux systems
2929
path: target/aarch64-unknown-linux-gnu/release/function-runner
3030
asset_name: function-runner-arm-linux-${{ inputs.tag_name || github.event.release.tag_name }}
3131
shasum_cmd: sha256sum

0 commit comments

Comments
 (0)