We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 786a58b commit d271ca8Copy full SHA for d271ca8
.github/workflows/build-main.yml
@@ -8,8 +8,11 @@ on:
8
- "*-[0-9]+.*"
9
10
jobs:
11
- build:
12
- runs-on: ubuntu-latest
+ define-matrix:
+ runs-on: ${{ matrix.os }}
13
+ strategy:
14
+ matrix:
15
+ os: [ubuntu-latest, windows-latest, macOS-latest]
16
17
steps:
18
- uses: actions/checkout@v2
.github/workflows/build-pr.yml
@@ -6,8 +6,11 @@ on:
6
- master
7
0 commit comments