Skip to content

Commit 0bfb5d7

Browse files
committed
Updated Github Actions runner image to ubuntu-22.04.
1 parent 5e2e237 commit 0bfb5d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
jobs:
2020
build:
2121
name: Build image
22-
runs-on: ubuntu-20.04
22+
runs-on: ubuntu-22.04
2323

2424
steps:
2525
- name: Free disk space
@@ -148,7 +148,7 @@ jobs:
148148
notification:
149149
name: Notification
150150
needs: [ build ]
151-
runs-on: ubuntu-20.04
151+
runs-on: ubuntu-22.04
152152
if: ${{ always() && github.event_name != 'pull_request' }}
153153

154154
steps:

0 commit comments

Comments
 (0)