Skip to content

Commit

Permalink
Disable examples in macos-latest, 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
saulecabrera committed May 10, 2024
1 parent a358505 commit 7c8f7f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:

- name: Run examples
run: bundle exec rake examples
# The example is failing with dyld errors, it's unlikely that this is
# something related to wasmtime-rb itself. Disabling for now.
if: matrix.os != 'macos-latest' && matrix.ruby != '3.1'

- name: Run benchmarks
run: bundle exec rake bench:all
Expand Down

0 comments on commit 7c8f7f6

Please sign in to comment.