Skip to content

Commit d73de57

Browse files
committed
fix CI
1 parent c4da9ba commit d73de57

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
@@ -84,7 +84,7 @@ jobs:
8484
matrix:
8585
# Rely on Windows and Mac to also compile the Vulkan portion (via --all-features)
8686
os: [windows-latest, macos-latest]
87-
runs-on: ${{ matrix.target.os }}
87+
runs-on: ${{ matrix.os }}
8888
env:
8989
RUSTDOCFLAGS: -Dwarnings
9090
steps:

0 commit comments

Comments
 (0)