File tree 2 files changed +16
-4
lines changed
2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,13 @@ jobs:
46
46
47
47
cargo_sys :
48
48
name : Check windows-sys
49
- runs-on : windows-2019
50
49
strategy :
51
50
matrix :
52
51
rust : [1.46.0, stable, nightly]
52
+ runs-on :
53
+ - windows-2019
54
+ - ubuntu-latest
55
+ runs-on : ${{ matrix.runs-on }}
53
56
steps :
54
57
- name : Checkout
55
58
uses : actions/checkout@v2
@@ -60,10 +63,13 @@ jobs:
60
63
61
64
cargo_windows :
62
65
name : Check windows
63
- runs-on : windows-2019
64
66
strategy :
65
67
matrix :
66
68
rust : [1.59.0, stable, nightly]
69
+ runs-on :
70
+ - windows-2019
71
+ - ubuntu-latest
72
+ runs-on : ${{ matrix.runs-on }}
67
73
steps :
68
74
- name : Checkout
69
75
uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -186,10 +186,13 @@ jobs:
186
186
187
187
cargo_sys:
188
188
name: Check windows-sys
189
- runs-on: windows-2019
190
189
strategy:
191
190
matrix:
192
191
rust: [1.46.0, stable, nightly]
192
+ runs-on:
193
+ - windows-2019
194
+ - ubuntu-latest
195
+ runs-on: ${{ matrix.runs-on }}
193
196
steps:
194
197
- name: Checkout
195
198
uses: actions/checkout@v2
@@ -200,10 +203,13 @@ jobs:
200
203
201
204
cargo_windows:
202
205
name: Check windows
203
- runs-on: windows-2019
204
206
strategy:
205
207
matrix:
206
208
rust: [1.59.0, stable, nightly]
209
+ runs-on:
210
+ - windows-2019
211
+ - ubuntu-latest
212
+ runs-on: ${{ matrix.runs-on }}
207
213
steps:
208
214
- name: Checkout
209
215
uses: actions/checkout@v2
You can’t perform that action at this time.
0 commit comments