Skip to content

Commit 9da2d17

Browse files
authored
[Fix][CI] Upgrade action job runner host version (#9185)
1 parent df0d11d commit 9da2d17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/notify_test_workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030
jobs:
3131
notify:
3232
name: Notify test workflow
33-
runs-on: ubuntu-20.04
33+
runs-on: ubuntu-latest
3434
permissions:
3535
actions: read
3636
checks: write

Diff for: .github/workflows/update_build_status.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
jobs:
2727
update:
2828
name: Update build status
29-
runs-on: ubuntu-20.04
29+
runs-on: ubuntu-latest
3030
permissions:
3131
actions: read
3232
checks: write

0 commit comments

Comments
 (0)