Skip to content

Commit

Permalink
macOS 15 is the stable version today
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt authored and eregon committed Nov 6, 2024
1 parent 6ff8a7e commit 174bb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/process/daemon_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require_relative 'fixtures/common'

platform_is_not :windows do
# macOS 15 beta is not working this examples
# macOS 15 is not working this examples
return if /darwin/ =~ RUBY_PLATFORM && /15/ =~ `sw_vers -productVersion`

describe :process_daemon_keep_stdio_open_false, shared: true do
Expand Down

0 comments on commit 174bb31

Please sign in to comment.