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 8fc4f9a commit 728a924Copy full SHA for 728a924
.github/workflows/ci.yml
@@ -74,7 +74,7 @@ jobs:
74
run: deno task build
75
76
- name: Build Native Library (macOS x86_64)
77
- if: runner.os == 'macos-latest'
+ if: runner.os == 'macOS'
78
env:
79
TARGET_ARCH: x86_64
80
run: |
0 commit comments