From 8252e43bac601980f812e9aa43579e2a59e619e7 Mon Sep 17 00:00:00 2001 From: Masterain Date: Wed, 15 May 2024 21:18:35 -0700 Subject: [PATCH] Update alpha.yml #1623 --- .github/workflows/alpha.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 25c88820..23b09c34 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -28,7 +28,14 @@ on: jobs: build: - runs-on: self-hosted + runs-on: ${{ matrix.runner }} + + strategy: + matrix: + runner: + - self-hosted + - windows-latest + steps: - name: Checkout uses: actions/checkout@v4