Skip to content

Commit 92eedd3

Browse files
committed
Move back to latest.
1 parent 0d0757a commit 92eedd3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/tauri-build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- platform: "ubuntu-24.04-arm"
2424
name: linux-arm64
2525
args: ""
26-
- platform: "windows-2022"
26+
- platform: "windows-latest"
2727
name: windows
2828
args: ""
2929

@@ -51,14 +51,14 @@ jobs:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5252

5353
- name: install dependencies (windows only)
54-
if: matrix.platform == 'windows-2022'
54+
if: matrix.platform == 'windows-latest'
5555
run: |
5656
nuget.exe install Microsoft.Trusted.Signing.Client -Version 1.0.53 -x
5757
5858
- name: Set up Windows Kit into PATH (windows only)
59-
if: matrix.platform == 'windows-2022'
59+
if: matrix.platform == 'windows-latest'
6060
run: |
61-
echo "${env:ProgramFiles(x86)}\Windows Kits\10\bin\10.0.22621.0\x64\" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
61+
echo "${env:ProgramFiles(x86)}\Windows Kits\10\bin\10.0.26100.0\x64\" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
6262
6363
- name: setup node
6464
uses: actions/setup-node@v4
@@ -82,7 +82,7 @@ jobs:
8282
run: npm ci
8383

8484
- uses: azure/login@v2
85-
if: matrix.platform == 'windows-2022'
85+
if: matrix.platform == 'windows-latest'
8686
with:
8787
enable-AzPSSession: true
8888
creds: '{"clientId":"${{ secrets.AZURE_CLIENT_ID }}","clientSecret":"${{ secrets.AZURE_CLIENT_SECRET }}","subscriptionId":"${{ secrets.AZURE_SUBSCRIPTION_ID }}","tenantId":"${{ secrets.AZURE_TENANT_ID }}"}'

0 commit comments

Comments
 (0)