Upgrade to latest Mac OS and Windows for tests

This commit is contained in:
soulgalore 2025-04-10 23:04:20 +02:00
parent 2940fd461d
commit 92b4206245
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ on:
- main
jobs:
build:
runs-on: macos-latest
runs-on: macos-15
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:
- 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