ci: bump github actions runner to macos 13

This commit is contained in:
alexey.lysiuk 2024-02-03 09:39:02 +02:00
parent caba3828fc
commit 2d7a616903
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
build:
if: "!contains(github.event.head_commit.message, '[skip build]')"
name: ${{ matrix.target }}
runs-on: macos-12
runs-on: macos-13
strategy:
fail-fast: false
matrix:

View File

@ -32,7 +32,7 @@ on:
jobs:
build:
name: ${{ inputs.target }}
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v4

View File

@ -14,7 +14,7 @@ on:
jobs:
test:
if: "!contains(github.event.head_commit.message, '[skip test]')"
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v4