Skip to content

Commit abde377

Browse files
committed
Fix Test
1 parent 77892ab commit abde377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
if: matrix.target != 'wasm32-unknown-unknown'
7575

7676
- name: download test resources
77-
if: matrix.os[1] == 'gpu'
77+
if: matrix.os == 'macos-14'
7878
run: |
7979
bash ./build.bash download-assets
8080

0 commit comments

Comments
 (0)