From df1e6b182ac18da1075f4c0299620ae06ea95de5 Mon Sep 17 00:00:00 2001 From: lmp Date: Wed, 7 Feb 2024 09:18:29 +0100 Subject: [PATCH] ci: bump macos runner version to 12 due to homebrew woes, increase timeout --- .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 08a28c47..e902b838 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.20 steps: