Skip to content

Commit 4c4b194

Browse files
committed
wip: fix typo
1 parent 4652054 commit 4c4b194

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ jobs:
102102
run: rake thread_id_install
103103
working-directory: pyroscope_ffi/ruby
104104

105-
- if: matrix.build-arch == 'x86_64-apple-darwin'
105+
- if: matrix.target == 'x86_64-apple-darwin'
106106
name: Build macos gem
107107
run: rake x86_64_darwin:gem
108108
working-directory: pyroscope_ffi/ruby
109109

110-
- if: matrix.build-arch == 'aarch64-apple-darwin'
110+
- if: matrix.target == 'aarch64-apple-darwin'
111111
name: Build macos gem
112112
run: rake arm64_linux:gem
113113
working-directory: pyroscope_ffi/ruby

0 commit comments

Comments
 (0)