Skip to content

Commit

Permalink
Merge pull request #49 from yahonda/use_ruby_master_nightly_jammy
Browse files Browse the repository at this point in the history
rubylang/ruby docker image uses Ubuntu jammy by default
  • Loading branch information
matthewd authored Jun 23, 2023
2 parents 0fadee1 + 0c32405 commit d67774c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline-generate
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ end

ONE_RUBY = RUBIES.last || SOFT_FAIL.last

MASTER_RUBY = "rubylang/ruby:master-nightly-focal"
MASTER_RUBY = "rubylang/ruby:master-nightly-jammy"
SOFT_FAIL << MASTER_RUBY

# Adds yjit: onto the master ruby image string so we
Expand Down

0 comments on commit d67774c

Please sign in to comment.