From 58133de04053a8b7c77892480fb3e189edd5b9cf Mon Sep 17 00:00:00 2001 From: cwilvx Date: Tue, 17 Jun 2025 23:37:07 +0300 Subject: [PATCH] move release workflow to windows-2022 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7ba43d0a..f064fd80 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: build: strategy: matrix: - os: [ubuntu-22.04, windows-2019, macos-13, macos-14] + os: [ubuntu-22.04, windows-2022, macos-13, macos-14] if: ${{ github.event.inputs.binary_build == 'true' }} runs-on: ${{ matrix.os }} name: Create binary on ${{ matrix.os }}