Upgrade to latest Mac OS and Windows for tests (#4496)

This commit is contained in:
Peter Hedenskog 2025-05-13 09:25:42 +02:00 committed by GitHub
parent 00d8ac046c
commit 200aa23a0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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