Improve windows ci (#143)

This commit is contained in:
star9029
2025-06-23 19:13:37 +08:00
committed by GitHub
parent d4c943d803
commit bfd6bbadbb
2 changed files with 8 additions and 14 deletions

View File

@@ -71,17 +71,11 @@ jobs:
windows:
strategy:
matrix:
os: [windows-2022]
os: [windows-2025]
runs-on: ${{ matrix.os }}
steps:
- name: Setup llvm
uses: MinoruSekine/setup-scoop@v4.0.1
with:
buckets: main
apps: llvm
- name: Checkout repository
uses: actions/checkout@v4