We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77892ab commit abde377Copy full SHA for abde377
.github/workflows/ci.yml
@@ -74,7 +74,7 @@ jobs:
74
if: matrix.target != 'wasm32-unknown-unknown'
75
76
- name: download test resources
77
- if: matrix.os[1] == 'gpu'
+ if: matrix.os == 'macos-14'
78
run: |
79
bash ./build.bash download-assets
80
0 commit comments