From 9a40b9a5d53c59de443b8af79208e45a34a14869 Mon Sep 17 00:00:00 2001 From: Larpon Date: Wed, 7 Feb 2024 09:26:20 +0100 Subject: [PATCH] ci: bump macos runner version to 12 due to homebrew woes, increase timeout (#729) --- .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 58985730..e0bec82b 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.9 steps: