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

View File

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