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:
build:
runs-on: self-hosted
runs-on: ${{ matrix.runner }}
strategy:
matrix:
runner:
- self-hosted
- windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4