From 037d939ec0e1fd213da3e36352ba1bb628d0be31 Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Thu, 14 Mar 2024 23:45:40 +0100 Subject: updated runs-on for release workflow --- .github/workflows/create_release.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 06cfe082a..755928a7a 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -2,6 +2,7 @@ name: Create Release env: VCPKG_VERSION: 2023.07.21 XMAKE_VERSION: 2.8.2 # 2.8.3 breaks fetching of asio package on MacOS ARM + WINDOWS_SDK_VERSION: 22621 on: push: @@ -10,7 +11,7 @@ on: jobs: bundle-windows: - runs-on: [self-hosted, windows, x64, hv] + runs-on: [hv, windows, x64] timeout-minutes: 25 steps: @@ -60,7 +61,7 @@ jobs: path: build/zenserver-win64.zip bundle-linux: - runs-on: [self-hosted, linux, x64, hv] + runs-on: [hv, linux, x64] timeout-minutes: 25 steps: @@ -120,7 +121,7 @@ jobs: path: build/zenserver-linux.zip bundle-macos: - runs-on: [self-hosted, macos, x64, hv] + runs-on: [hv, macos, x64] timeout-minutes: 25 steps: @@ -179,7 +180,7 @@ jobs: path: build/zenserver-macos.zip create-release: - runs-on: [self-hosted, linux, x64, hv] + runs-on: [hv, linux, x64] timeout-minutes: 5 needs: [bundle-linux, bundle-macos, bundle-windows] -- cgit v1.2.3