Upgrade windows runner for CI/CD (#3271)

* Try upgrade windows runner for CI/CD

* Update names and BOM
This commit is contained in:
Sun Serega 2025-06-10 19:18:02 +03:00 committed by GitHub
parent 50fd3cb1ee
commit 07370e365f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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