Skip to content

Commit 673ec9c

Browse files
authored
Re-enable examples on MacOS (#468)
1 parent 6ab0a7e commit 673ec9c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ jobs:
6565

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

7269
- name: Run benchmarks
7370
run: bundle exec rake bench:all

0 commit comments

Comments
 (0)