Skip to content

Commit 36e5087

Browse files
authored
fix runner name (#14)
Signed-off-by: usamoi <usamoi@outlook.com>
1 parent 1d0e0f1 commit 36e5087

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_vchord.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
2222
docker:
2323
needs: ["versions"]
24-
runs-on: ${{ matrix.platform == 'amd64' && 'ubuntu-22.04' || 'ubuntu-22.04-arm64' }}
24+
runs-on: ${{ matrix.platform == 'amd64' && 'ubuntu-22.04' || 'ubuntu-22.04-arm' }}
2525
strategy:
2626
matrix:
2727
pg_major: ["14", "15", "16", "17"]

0 commit comments

Comments
 (0)