From 60e0fcc6b49aecfa0ea77d0edb6f5095d98012d8 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Thu, 21 Jul 2022 21:44:36 +0300 Subject: [PATCH] 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 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f0b7d67..3507108 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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