Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit

Permalink
better note as to why ci skips ruby 3.1/macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
matsadler committed May 10, 2024
1 parent d24a8f3 commit 324f57e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,14 @@ jobs:
ruby-version: "3.3"
- os: windows-latest
ruby-version: head
# This works locally (macOS 14.3, M2, Ruby 3.1.4, Rust 1.75)
# and all other OS/arch/ruby/rust versions work, so not sure
# this specific setup on GH actions fails.
# The setup-ruby pre-built Ruby 3.1 is built on macos-11
# and something doesn't quite add up when running it on
# macos-14 just for our tests and everything fails with
# dyld: missing symbol called
# unfortunately macos doesn't print what symbol is missing
# so it's hard to debug further
# everything works fine when Ruby 3.1 is built on the same
# version of macos it's running on
- os: macos-14
ruby-version: "3.1"
rustup-toolchain: stable
Expand Down

0 comments on commit 324f57e

Please sign in to comment.