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/**/*