aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJacob Young <jacobly0@users.noreply.github.com>2024-04-13 23:12:52 -0400
committerJacob Young <jacobly0@users.noreply.github.com>2024-04-14 21:26:09 -0400
commit71ccdb5a66da500f8447018553ff0ac32e55face (patch)
treeb1f883c456f4fc38b59cb2bea188ea5dad777030 /.github
parent425e38b6e0601e12329f93b2e94c76c1da300b8e (diff)
downloadzig-71ccdb5a66da500f8447018553ff0ac32e55face.tar.gz
zig-71ccdb5a66da500f8447018553ff0ac32e55face.zip
ci: add self-hosted x86_64 windows
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index d09466f82d..ad67596360 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -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: