We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4652054 commit 4c4b194Copy full SHA for 4c4b194
.github/workflows/ruby.yml
@@ -102,12 +102,12 @@ jobs:
102
run: rake thread_id_install
103
working-directory: pyroscope_ffi/ruby
104
105
- - if: matrix.build-arch == 'x86_64-apple-darwin'
+ - if: matrix.target == 'x86_64-apple-darwin'
106
name: Build macos gem
107
run: rake x86_64_darwin:gem
108
109
110
- - if: matrix.build-arch == 'aarch64-apple-darwin'
+ - if: matrix.target == 'aarch64-apple-darwin'
111
112
run: rake arm64_linux:gem
113
0 commit comments