Skip to content

Commit 4d2673a

Browse files
authored
chore: combine self hosted and github runner
1 parent 0aa677e commit 4d2673a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ concurrency:
2626
jobs:
2727
ci:
2828
name: Run Tests
29-
runs-on: [self-hosted]
29+
runs-on: ${{ matrix.os }}
30+
strategy:
31+
matrix:
32+
os: [ubuntu-latest, [self-hosted, macOS]]
3033
outputs:
3134
release: ${{ steps.check_version_bump.outputs.release_type != '' }}
3235

0 commit comments

Comments
 (0)