Skip to content

Commit c96f7b8

Browse files
committed
chore: update Ubuntu version from 20.04 to 22.04 in CI workflow
1 parent 4afa3c0 commit c96f7b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_cli.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
fail-fast: false
5555
matrix:
5656
include:
57-
- os: ubuntu-20.04
57+
- os: ubuntu-22.04
5858
platform: linux
5959
target: x86_64-unknown-linux-gnu
6060
architecture: x64
@@ -154,7 +154,7 @@ jobs:
154154
run: tar -C target/${{ matrix.target }}/release -zcvf surfpool-${{ env.SHORT_TARGET_NAME }}.tar.gz surfpool
155155

156156
- name: Store SHA256 Hash of Tar (Linux x64)
157-
if: matrix.os == 'ubuntu-20.04'
157+
if: matrix.platform == 'linux'
158158
id: linux_x64_sha
159159
run: |
160160
echo "LINUX_X64_SHA=$(sha256sum surfpool-${{ env.SHORT_TARGET_NAME }}.tar.gz | awk '{ print $1 }')" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)