Skip to content

Commit f32ba4f

Browse files
committed
build: deploy: Move to ubuntu 22.04 runner
The deploy action is failing due to the following error: "This is a scheduled Ubuntu 20.04 retirement. Ubuntu 20.04 LTS runner will be removed on 2025-04-15. For more details, see actions/runner-images#11101" Signed-off-by: Bo Chen <[email protected]>
1 parent 6492f1a commit f32ba4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
deploy:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v2

0 commit comments

Comments
 (0)