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.
1 parent 047f425 commit 1a088ceCopy full SHA for 1a088ce
.github/workflows/build.yaml
@@ -13,7 +13,13 @@ jobs:
13
runs-on: ${{ matrix.os }}
14
strategy:
15
matrix:
16
- os: [ubuntu-latest, windows-latest, macos-latest]
+ include:
17
+ - name: Windows
18
+ os: [windows-latest]
19
+ - name: Linux
20
+ os: [ubuntu-latest]
21
+ - name: macOS
22
+ os: [macos-latest]
23
steps:
24
- uses: actions/checkout@v4
25
with:
.github/workflows/release.yaml
@@ -10,7 +10,13 @@ jobs:
10
11
12
0 commit comments