mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
macOS 10.13(High Sierra) is already EOL
This commit is contained in:
parent
0b11e039d7
commit
74c3259ce7
@ -277,7 +277,6 @@ p Foo::Bar
|
||||
# Skip this on macOS 10.13 because of the following error:
|
||||
# http://rubyci.s3.amazonaws.com/osx1013/ruby-master/log/20231011T014505Z.fail.html.gz
|
||||
require "rbconfig"
|
||||
omit if RbConfig::CONFIG["target_os"] == "darwin17"
|
||||
|
||||
script = File.join(__dir__, 'bug-13526.rb')
|
||||
assert_ruby_status([script], '', '[ruby-core:81016] [Bug #13526]')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user