Skip to content

Commit 3c3ed6a

Browse files
committed
WAT?
1 parent f8dce79 commit 3c3ed6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ permissions:
1818

1919
jobs:
2020
test:
21-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-24.04
2222

2323
steps:
2424
- uses: actions/checkout@v4
2525
- name: Set up Ruby
2626
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
2727
# change this to (see https://github.com/ruby/setup-ruby#versioning):
2828
# uses: ruby/setup-ruby@v1
29-
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
29+
uses: ruby/setup-ruby@v1 # v1.146.0
3030
with:
3131
ruby-version: 3.2.2
3232
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)