Skip to content

Commit 6eb522a

Browse files
authored
Update ci.yml
1 parent cbbb6ba commit 6eb522a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
run: cargo run --example ${{ matrix.example }}
110110

111111
documentation:
112-
runs-on: ${{ matrix.os }}-latest
112+
runs-on: ${{ matrix.os }}
113113
strategy:
114114
matrix:
115115
include:
@@ -150,7 +150,7 @@ jobs:
150150
run: cargo clippy --all-features
151151

152152
fmt:
153-
runs-on: ${{ matrix.os }}-latest
153+
runs-on: ${{ matrix.os }}
154154
strategy:
155155
matrix:
156156
include:

0 commit comments

Comments
 (0)