diff options
| author | Rob Mensching <rob@firegiant.com> | 2025-12-04 23:21:37 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2025-12-04 23:21:37 -0800 |
| commit | 8be3b266c9374828435e938a7b7a821ceab6fa1a (patch) | |
| tree | 4cac02f31bc024d1fd0ab6c643bdce35c15e7733 | |
| parent | 39ff17ea54c119c3aa926ee5c3d4628204b93d31 (diff) | |
| download | wix-8be3b266c9374828435e938a7b7a821ceab6fa1a.tar.gz wix-8be3b266c9374828435e938a7b7a821ceab6fa1a.tar.bz2 wix-8be3b266c9374828435e938a7b7a821ceab6fa1a.zip | |
Move to latest windows build image for .NET 10robmen/dev10
Diffstat (limited to '')
| -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') }} |
