Try out windows-2025

This commit is contained in:
Peter Hedenskog 2025-01-31 17:29:13 +01:00
parent 8af2110858
commit b621fa8bce
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ on:
- main
jobs:
build:
runs-on: windows-latest
runs-on: windows-2025
if: ${{ !contains(github.event.head_commit.message, 'docs:') }}
steps:
- uses: actions/checkout@v4

View File

@ -8,7 +8,7 @@ on:
- main
jobs:
build:
runs-on: windows-latest
runs-on: windows-2025
if: ${{ !contains(github.event.head_commit.message, 'docs:') }}
steps:
- name: Use Node.js