Skip to content

Commit 7d73821

Browse files
authored
Merge pull request #3183 from scala/bump-ubuntu-runner-image
Bump runner image to ubuntu-22.04
2 parents 4c82342 + ce6ea82 commit 7d73821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .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)