Skip to content

Commit 282fec8

Browse files
committed
Runs ruby-core workflow on ubuntu-latest
1 parent d3195e1 commit 282fec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ruby-core
1+
name: Document generation test with ruby/ruby
22

33
on:
44
pull_request:
@@ -16,7 +16,7 @@ permissions: # added using https://github.com/step-security/secure-workflows
1616
jobs:
1717
ruby_core:
1818
name: Generate ruby/ruby documentation with the current RDoc commit
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-latest
2020
strategy:
2121
fail-fast: false
2222
timeout-minutes: 30

0 commit comments

Comments
 (0)