Skip to content

Commit ce6ea82

Browse files
committed
Bump runner image to ubuntu-22.04
1 parent 4c82342 commit ce6ea82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build
22
on: [push, pull_request]
33
jobs:
44
build:
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-22.04
66
steps:
77
- uses: actions/checkout@v4
88
- name: Set up Ruby

0 commit comments

Comments
 (0)