Skip to content

Commit 866ea7c

Browse files
committed
Downgrade win ci
1 parent 6dd99ee commit 866ea7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build:
1212
name: ${{ matrix.arch }}-${{ matrix.type }}
13-
runs-on: ${{ contains(matrix.arch, 'arm64') && 'windows-11-arm' || 'windows-2025' }}
13+
runs-on: ${{ contains(matrix.arch, 'arm64') && 'windows-11-arm' || 'windows-latest' }}
1414
# don't run pull requests from local branches twice
1515
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
1616

0 commit comments

Comments
 (0)