Skip to content

Commit c07efa5

Browse files
committed
Update version of actions runners
The ubuntu-20.04 runner image has been retired Signed-off-by: Paul Albertella <[email protected]>
1 parent 24cfa94 commit c07efa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

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

1212
jobs:
1313
deploy:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-22.04
1515
env:
1616
PR_PATH: pull/${{github.event.number}}
1717
steps:

.github/workflows/pr-close.yml

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

1111
jobs:
1212
delete_preview:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414
env:
1515
PR_PATH: pull/${{github.event.number}}
1616
steps:

0 commit comments

Comments
 (0)