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 0aa677e commit 4d2673aCopy full SHA for 4d2673a
.github/workflows/main.yml
@@ -26,7 +26,10 @@ concurrency:
26
jobs:
27
ci:
28
name: Run Tests
29
- runs-on: [self-hosted]
+ runs-on: ${{ matrix.os }}
30
+ strategy:
31
+ matrix:
32
+ os: [ubuntu-latest, [self-hosted, macOS]]
33
outputs:
34
release: ${{ steps.check_version_bump.outputs.release_type != '' }}
35
0 commit comments