diff options
| author | Rob Mensching <rob@firegiant.com> | 2025-12-04 23:21:37 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2025-12-13 16:30:50 -0800 |
| commit | 1077f8fa2511d0a78aebc03247ae62d8bea7886e (patch) | |
| tree | 1cc2cfb9b91e85269a54dfc65184b534b524d1ae | |
| parent | 2c092e3216e08fa919fa4a2b46794660c31ee56f (diff) | |
| download | wix-1077f8fa2511d0a78aebc03247ae62d8bea7886e.tar.gz wix-1077f8fa2511d0a78aebc03247ae62d8bea7886e.tar.bz2 wix-1077f8fa2511d0a78aebc03247ae62d8bea7886e.zip | |
Move to latest windows build image for .NET 10
| -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') }} |
