aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/on_prem_windows.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/on_prem_windows.yml b/.github/workflows/on_prem_windows.yml
index 1aef1404b..8d2167fef 100644
--- a/.github/workflows/on_prem_windows.yml
+++ b/.github/workflows/on_prem_windows.yml
@@ -10,7 +10,7 @@ on:
jobs:
windows-build:
name: Build Windows
- runs-on: self-hosted
+ runs-on: [self-hosted, windows, x86]
strategy:
matrix:
config:
@@ -77,7 +77,6 @@ jobs:
matrix:
config:
- 'debug'
- - 'release'
arch:
- 'x64'
test: