Skip to content

Commit 1575b3a

Browse files
authored
fix: github action runner not exist (#477)
- ubuntu-20.04 is already deprecated - use ubunut-latest to dynamically use latest version (cherry picked from commit 80ac25b) Signed-off-by: Wen Zhou <wenzhou@redhat.com>
1 parent 3e54797 commit 1575b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/re-run-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
rerun_pr_tests:
99
name: rerun_pr_tests
1010
if: ${{ github.event.issue.pull_request }}
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
steps:
1313
- uses: estroz/rerun-actions@main
1414
with:

0 commit comments

Comments
 (0)