Skip to content

Commit 48cf336

Browse files
ion-elgrecoroeap
authored andcommitted
chore: update runner
Signed-off-by: Ion Koutsouris <[email protected]>
1 parent e8a7c40 commit 48cf336

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defaults:
1111
jobs:
1212
validate-release-tag:
1313
name: Validate git tag
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: compare git tag with cargo metadata
@@ -80,7 +80,7 @@ jobs:
8080

8181
release-pypi-manylinux-217-aarch64:
8282
needs: validate-release-tag
83-
name: PyPI release manylinux-2_17 aarch64
83+
name: PyPI release manylinux-2_17 aarch64
8484
runs-on: ubuntu-latest
8585
steps:
8686
- uses: actions/checkout@v3
@@ -136,4 +136,4 @@ jobs:
136136
client-payload: >
137137
{
138138
"tag": "${{ github.ref_name }}"
139-
}
139+
}

0 commit comments

Comments
 (0)