From 03b8a9add04a8678f318eeb9107beaaee62c9789 Mon Sep 17 00:00:00 2001 From: Daniel Bennett Date: Thu, 6 Jul 2023 17:06:55 -0500 Subject: [PATCH] ci: windows tests on public runners (#17829) currently our self-hosted windows runners lack `docker`, so for now just revert to public runners. --- .github/workflows/test-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index 742c9ef80..3316b5d1d 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -43,7 +43,7 @@ env: VAULT_VERSION: 1.4.1 jobs: test-windows: - runs-on: ${{ endsWith(github.repository, '-enterprise') && fromJSON('["self-hosted", "ondemand", "windows", "type=c5.2xlarge"]') || 'windows-2019-16core' }} + runs-on: 'windows-2019-16core' env: GOTESTSUM_PATH: c:\tmp\test-reports steps: