From e4552aef2f448dd9fdc47da5e63fbc72ff0105ae Mon Sep 17 00:00:00 2001 From: div72 Date: Thu, 5 Dec 2024 23:44:44 +0300 Subject: [PATCH] ci: bump to MacOS 13 GitHub Actions seem to have removed older MacOS 12 runners. See `https://github.com/actions/runner-images/issues/10721` --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee4592aaea..763548f922 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,8 +53,8 @@ jobs: run: | ./ci/test_run_all.sh test-macos: - name: macOS 12 native [GOAL install] [GUI] [no depends] - runs-on: macos-12 + name: macOS 13 native [GOAL install] [GUI] [no depends] + runs-on: macos-13 env: DANGER_RUN_CI_ON_HOST: true CI_USE_APT_INSTALL: no