diff options
| author | Rob Mensching <rob@firegiant.com> | 2025-12-04 23:21:37 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2025-12-14 08:00:56 -0800 |
| commit | c1286aab7a1316bbbb5068cc2bf11f1628a3a56d (patch) | |
| tree | aee02915be71b187f7aa22a108a560411c133b1d /.github/workflows | |
| parent | 4f966b47a3b24e77794a3366ca591548a3cc42c7 (diff) | |
| download | wix-c1286aab7a1316bbbb5068cc2bf11f1628a3a56d.tar.gz wix-c1286aab7a1316bbbb5068cc2bf11f1628a3a56d.tar.bz2 wix-c1286aab7a1316bbbb5068cc2bf11f1628a3a56d.zip | |
Move to latest windows build image for .NET 10
Diffstat (limited to '.github/workflows')
| -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') }} |
