diff options
| author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2025-06-12 03:40:20 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-12 03:40:20 +0300 |
| commit | 03b6d09ae51761c0b3244a477c0b16ca8ac05dad (patch) | |
| tree | 890d26adc46c33e410357651793f94208d79fb7b /.github | |
| parent | b8cc1f76c63b2fb7de0cff8ae03e413cdd1a9a2f (diff) | |
Use windows-latest runner for sign-and-package-windows (#4263)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 50b0cf02bc..198785d39b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -304,7 +304,7 @@ jobs: AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }} AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }} needs: build - runs-on: windows-large + runs-on: windows-latest steps: - name: Sign and package Windows viewer if: env.AZURE_KEY_VAULT_URI && env.AZURE_CERT_NAME && env.AZURE_CLIENT_ID && env.AZURE_CLIENT_SECRET && env.AZURE_TENANT_ID |
