Skip to content

Commit

Permalink
Add macos-13 jruby
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Aug 13, 2024
1 parent 5d92adc commit 40e710b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- { os: ubuntu-24.04 , ruby: truffleruby }
- { os: ubuntu-24.04 , ruby: truffleruby-head }
- { os: macos-14 , ruby: jruby }
- { os: macos-13 , ruby: jruby }
- { os: macos-14 , ruby: truffleruby }
- { os: macos-14 , ruby: truffleruby-head }
- { os: windows-2019 , ruby: mingw }
Expand Down
3 changes: 2 additions & 1 deletion ruby_info.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ module VersInfo
SIGNAL_LIST = Signal.list.keys.sort

if IO === $stdout
YELLOW = "\e[38;2;223;223;16m" # YELLOW = "\e[33m"
# YELLOW = "\e[38;2;223;223;16m"
YELLOW = "\e[93m"
RESET = "\e[0m"
else
YELLOW = ''
Expand Down

0 comments on commit 40e710b

Please sign in to comment.