File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 65
65
shell : pwsh
66
66
67
67
cross :
68
- runs-on : ubuntu-latest
68
+ runs-on : ubuntu
69
69
strategy :
70
70
fail-fast : false
71
71
matrix :
90
90
run : cross build --target ${{ matrix.target }}
91
91
92
92
examples :
93
- runs-on : ubuntu-latest
93
+ runs-on : ubuntu
94
94
strategy :
95
95
matrix :
96
96
toolchain : ["beta"]
@@ -109,12 +109,12 @@ jobs:
109
109
run : cargo run --example ${{ matrix.example }}
110
110
111
111
documentation :
112
- runs-on : ${{ matrix.os }}
112
+ runs-on : ${{ matrix.os }}-latest
113
113
strategy :
114
114
matrix :
115
115
include :
116
- - os : ubuntu-latest
117
- - os : windows-latest
116
+ - os : ubuntu
117
+ - os : windows
118
118
steps :
119
119
- uses : actions/checkout@v4
120
120
- name : Install latest nightly
@@ -135,8 +135,8 @@ jobs:
135
135
strategy :
136
136
matrix :
137
137
include :
138
- - os : ubuntu-latest
139
- - os : windows-latest
138
+ - os : ubuntu
139
+ - os : windows
140
140
steps :
141
141
- uses : actions/checkout@v4
142
142
- name : Install latest nightly
@@ -150,12 +150,12 @@ jobs:
150
150
run : cargo clippy --all-features
151
151
152
152
fmt :
153
- runs-on : ${{ matrix.os }}
153
+ runs-on : ${{ matrix.os }}-latest
154
154
strategy :
155
155
matrix :
156
156
include :
157
- - os : ubuntu-latest
158
- - os : windows-latest
157
+ - os : ubuntu
158
+ - os : windows
159
159
steps :
160
160
- uses : actions/checkout@v4
161
161
- name : Install latest nightly
You can’t perform that action at this time.
0 commit comments