Skip to content

Commit 728a924

Browse files
committed
fix ci
1 parent 8fc4f9a commit 728a924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: deno task build
7575

7676
- name: Build Native Library (macOS x86_64)
77-
if: runner.os == 'macos-latest'
77+
if: runner.os == 'macOS'
7878
env:
7979
TARGET_ARCH: x86_64
8080
run: |

0 commit comments

Comments
 (0)