We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab02213 commit 3268270Copy full SHA for 3268270
.github/workflows/actions.yaml
@@ -5,7 +5,7 @@ on:
5
jobs:
6
build-release:
7
name: Build Release
8
- runs-on: windows-latest
+ runs-on: ${{ matrix.os }}
9
10
strategy:
11
fail-fast: false
0 commit comments