From 2c10fae07d9b894b2efddce2c51ec7522f8dc7d1 Mon Sep 17 00:00:00 2001 From: dhgatjeye Date: Sun, 10 Aug 2025 17:01:42 +0300 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2bd9ab63..3b587339 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,9 +12,9 @@ jobs: build: strategy: matrix: - os: [windows-latest] + os: [windows-2025] fail-fast: false - runs-on: windows-latest + runs-on: windows-2025 steps: - name: Checkout uses: actions/checkout@v4 @@ -46,4 +46,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: artifacts - path: artifacts/**/* \ No newline at end of file + path: artifacts/**/*