Unverified Commit 3bee7645 authored by Oleksandr Karpovich's avatar Oleksandr Karpovich Committed by GitHub

Update macos runner to 13 (#1005)

Reason: macos-12 is deprecated and not available anymore
https://github.com/actions/runner-images/issues/10721
(Several previous CI runs were incomplete bacause of this:
https://github.com/JetBrains/skiko/actions, including a commit merged to
master -
https://github.com/JetBrains/skiko/commit/bccb17a47610b17ee5e297d3665b4fc0625da9e1)
parent bccb17a4
...@@ -12,7 +12,7 @@ on: ...@@ -12,7 +12,7 @@ on:
jobs: jobs:
macos: macos:
runs-on: macos-12 runs-on: macos-13
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
name: 'Check out code' name: 'Check out code'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment