ci: add self-hosted x86_64 windows

This commit is contained in:
Jacob Young
2024-04-13 23:12:52 -04:00
parent 425e38b6e0
commit 71ccdb5a66
10 changed files with 48 additions and 62 deletions

View File

@@ -69,7 +69,7 @@ jobs:
- name: Build and Test
run: ci/aarch64-macos-release.sh
x86_64-windows-debug:
runs-on: windows-latest
runs-on: [self-hosted, Windows, x86_64]
env:
ARCH: "x86_64"
steps:
@@ -78,7 +78,7 @@ jobs:
- name: Build and Test
run: ci/x86_64-windows-debug.ps1
x86_64-windows-release:
runs-on: windows-latest
runs-on: [self-hosted, Windows, x86_64]
env:
ARCH: "x86_64"
steps: