From d21a261e7ae8ef122bca3a9daf62afaed8f81aef Mon Sep 17 00:00:00 2001 From: Larpon Date: Wed, 7 Feb 2024 09:18:13 +0100 Subject: [PATCH] ci: bump macos runner version to 12 due to homebrew woes, increase timeout (#728) --- .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 7223f89c..18688f77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,8 +78,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.8 steps: