From ffa44914ddce15fa3f8bfa9658941b232ee09eea Mon Sep 17 00:00:00 2001 From: ota Date: Sat, 16 Dec 2023 06:37:14 +0200 Subject: [PATCH] + specify certain OS version + add dependency on deps build job --- .github/workflows/build-win.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-win.yml b/.github/workflows/build-win.yml index e1bb8cb5..de8f9da3 100644 --- a/.github/workflows/build-win.yml +++ b/.github/workflows/build-win.yml @@ -1,8 +1,3 @@ -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. - name: Windows-build on: @@ -20,8 +15,8 @@ env: THIRD_PARTY_BASE_DIR: 'third-party' jobs: - deps: - runs-on: windows-latest + dependencies: + runs-on: windows-2022 steps: - name: Lookup cache for deps @@ -72,7 +67,8 @@ jobs: build: - runs-on: windows-latest + needs: [ dependencies ] + runs-on: windows-2022 steps: - name: Checkout branch