Update alpha.yml

#1623
This commit is contained in:
Masterain
2024-05-15 21:18:35 -07:00
parent ce58e35a8f
commit 8252e43bac

View File

@@ -28,7 +28,14 @@ on:
jobs: jobs:
build: build:
runs-on: self-hosted runs-on: ${{ matrix.runner }}
strategy:
matrix:
runner:
- self-hosted
- windows-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4