We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d5edc0 + 1d3bb50 commit f23964aCopy full SHA for f23964a
.github/workflows/build.yml
@@ -9,7 +9,10 @@ on:
9
10
jobs:
11
build:
12
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.os }}
13
+ strategy:
14
+ matrix:
15
+ os: [macos-latest, ubuntu-latest, windows-latest]
16
steps:
17
- name: Notify slack success
18
if: success()
.github/workflows/ci.yml
@@ -9,8 +9,10 @@ on:
ci:
-
0 commit comments