Skip to content

Commit

Permalink
DRAFT: Test on GitHub Actions windows-2025 image
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 6, 2025
1 parent 94448fc commit 1a9a078
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/visual-studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a9a078

Please sign in to comment.