Skip to content

Commit 9021fce

Browse files
author
Felix "xq" Queißner
committed
Fixes CI script.
1 parent e561b08 commit 9021fce

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/validate.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest, macos-latest, windows-latest
11+
strategy:
12+
matrix:
13+
os:
14+
- ubuntu-latest
15+
- macos-latest
16+
- windows-latest
17+
runs-on: ${{ matrix.os }}
1218
steps:
1319
- name: Checkout
1420
uses: actions/checkout@v2

0 commit comments

Comments
 (0)