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 b042baa commit 0a87133Copy full SHA for 0a87133
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ on:
5
6
jobs:
7
test:
8
- runs-on: self-hosted
+ runs-on: ${{ matrix.os }}
9
strategy:
10
fail-fast: true
11
matrix:
0 commit comments