From 07370e365f2e18ee27e328f7ce9be8d1beb40f56 Mon Sep 17 00:00:00 2001 From: Sun Serega Date: Tue, 10 Jun 2025 19:18:02 +0300 Subject: [PATCH] Upgrade windows runner for CI/CD (#3271) * Try upgrade windows runner for CI/CD * Update names and BOM --- .github/workflows/buildandruntests.yml | 4 ++-- .github/workflows/buildandruntestslinux.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/buildandruntests.yml b/.github/workflows/buildandruntests.yml index 182dae81f..6360c695e 100644 --- a/.github/workflows/buildandruntests.yml +++ b/.github/workflows/buildandruntests.yml @@ -20,8 +20,8 @@ defaults: jobs: build: - name: Prepare and build on Windows Server 2016 VM - runs-on: windows-2019 + name: Prepare and build on Windows Server VM + runs-on: windows-latest steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/buildandruntestslinux.yml b/.github/workflows/buildandruntestslinux.yml index fba4fb362..0aa9ef3a9 100644 --- a/.github/workflows/buildandruntestslinux.yml +++ b/.github/workflows/buildandruntestslinux.yml @@ -1,4 +1,4 @@ -name: Build & Run all tests on Ubuntu (release) +name: Build & Run all tests on Ubuntu (release) on: workflow_dispatch: @@ -14,7 +14,7 @@ defaults: jobs: build: - name: Prepare and build on Ubuntu + name: Prepare and build on Ubuntu VM runs-on: ubuntu-latest steps: - uses: actions/checkout@v2