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 b05e059 commit 5d0001e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ jobs:
rustup-toolchain:
- "1.61"
- stable
exclude:
# 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-latest
ruby-version: "3.1"
rustup-toolchain: stable

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5d0001e

Please sign in to comment.