Skip to content

Commit cb21399

Browse files
committed
ci: test against windows runner
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
1 parent faae4d6 commit cb21399

1 file changed

Lines changed: 32 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 32 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ jobs:
8383
matrix:
8484
os:
8585
- ubuntu-latest
86-
- ubuntu-20.04
87-
- ubuntu-18.04
86+
- windows-latest
8887
steps:
8988
-
9089
name: Checkout
@@ -103,8 +102,7 @@ jobs:
103102
matrix:
104103
os:
105104
- ubuntu-latest
106-
- ubuntu-20.04
107-
- ubuntu-18.04
105+
- windows-latest
108106
steps:
109107
-
110108
name: Checkout
@@ -124,8 +122,7 @@ jobs:
124122
matrix:
125123
os:
126124
- ubuntu-latest
127-
- ubuntu-20.04
128-
- ubuntu-18.04
125+
- windows-latest
129126
steps:
130127
-
131128
name: Checkout
@@ -150,8 +147,7 @@ jobs:
150147
matrix:
151148
os:
152149
- ubuntu-latest
153-
- ubuntu-20.04
154-
- ubuntu-18.04
150+
- windows-latest
155151
steps:
156152
-
157153
name: Checkout
@@ -165,7 +161,13 @@ jobs:
165161
password: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
166162

167163
github-container:
168-
runs-on: ubuntu-latest
164+
runs-on: ${{ matrix.os }}
165+
strategy:
166+
fail-fast: false
167+
matrix:
168+
os:
169+
- ubuntu-latest
170+
- windows-latest
169171
steps:
170172
-
171173
name: Checkout
@@ -179,7 +181,13 @@ jobs:
179181
password: ${{ secrets.GITHUB_TOKEN }}
180182

181183
gitlab:
182-
runs-on: ubuntu-latest
184+
runs-on: ${{ matrix.os }}
185+
strategy:
186+
fail-fast: false
187+
matrix:
188+
os:
189+
- ubuntu-latest
190+
- windows-latest
183191
steps:
184192
-
185193
name: Checkout
@@ -193,7 +201,13 @@ jobs:
193201
password: ${{ secrets.GITLAB_TOKEN }}
194202

195203
google-artifact:
196-
runs-on: ubuntu-latest
204+
runs-on: ${{ matrix.os }}
205+
strategy:
206+
fail-fast: false
207+
matrix:
208+
os:
209+
- ubuntu-latest
210+
- windows-latest
197211
steps:
198212
-
199213
name: Checkout
@@ -207,7 +221,13 @@ jobs:
207221
password: ${{ secrets.GAR_JSON_KEY }}
208222

209223
google-container:
210-
runs-on: ubuntu-latest
224+
runs-on: ${{ matrix.os }}
225+
strategy:
226+
fail-fast: false
227+
matrix:
228+
os:
229+
- ubuntu-latest
230+
- windows-latest
211231
steps:
212232
-
213233
name: Checkout

0 commit comments

Comments
 (0)