diff --git a/.github/workflows/visual-studio.yml b/.github/workflows/visual-studio.yml index 0f51f9c8d0..df7c961207 100644 --- a/.github/workflows/visual-studio.yml +++ b/.github/workflows/visual-studio.yml @@ -21,14 +21,16 @@ jobs: msvs-verison: 2019 - os: windows-2022 msvs-version: 2022 + - os: windows-2025 + msvs-version: 2025 runs-on: ${{ matrix.os }} steps: - name: Checkout Repository uses: actions/checkout@v4 - - name: Use Python 3.12 + - name: Use Python 3.13 uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: "3.13" - name: Install Dependencies run: npm install - name: Run Node tests