diff options
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9a97bc68..554d3c17 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
| @@ -20,7 +20,7 @@ env: | |||
| 20 | jobs: | 20 | jobs: |
| 21 | build: | 21 | build: |
| 22 | name: Build | 22 | name: Build |
| 23 | runs-on: windows-2022 | 23 | runs-on: windows-2025 |
| 24 | env: | 24 | env: |
| 25 | RepoOrg: ${{ github.repository_owner }} | 25 | RepoOrg: ${{ github.repository_owner }} |
| 26 | SignBuild: ${{ github.repository_owner == 'wixtoolset' && startsWith(github.ref, 'refs/tags/v') }} | 26 | SignBuild: ${{ github.repository_owner == 'wixtoolset' && startsWith(github.ref, 'refs/tags/v') }} |
