Update runner to macos-12 as macos-10.15 is deprecated

https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
This commit is contained in:
Oleg Kalachev
2022-07-21 21:44:36 +03:00
parent 566d6e266a
commit 60e0fcc6b4

View File

@@ -10,7 +10,7 @@ on:
jobs:
build:
runs-on: macos-10.15 # Using macOS as https://github.com/actions/virtual-environments/issues/183
runs-on: macos-12 # Using macOS as https://github.com/actions/virtual-environments/issues/183
steps:
- uses: actions/checkout@v2
- name: Download base image