We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd99ee commit 866ea7cCopy full SHA for 866ea7c
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
build:
12
name: ${{ matrix.arch }}-${{ matrix.type }}
13
- runs-on: ${{ contains(matrix.arch, 'arm64') && 'windows-11-arm' || 'windows-2025' }}
+ runs-on: ${{ contains(matrix.arch, 'arm64') && 'windows-11-arm' || 'windows-latest' }}
14
# don't run pull requests from local branches twice
15
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
16
0 commit comments