From 5ee01b26da9534b4e3c81285a4032824de287450 Mon Sep 17 00:00:00 2001 From: Larpon Date: Wed, 7 Feb 2024 09:30:06 +0100 Subject: [PATCH] ci: bump macos runner version to 12 due to homebrew woes, increase timeout (#732) --- .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 0d474092..e927f247 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,8 +81,8 @@ jobs: test "${SDL2_VERSION}" = "$VER" || exit 1 macos: - runs-on: macos-11 - timeout-minutes: 30 + runs-on: macos-12 + timeout-minutes: 60 env: SDL2_VERSION: 2.0.14 steps: