From e36ae058f10745b0cbcb11de4bb8240ee043bbaa Mon Sep 17 00:00:00 2001 From: Rajat Dabade Date: Wed, 14 Aug 2024 13:20:08 +0530 Subject: [PATCH] refactor: updated the mac-os version supported by github actions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b32dab359e2..a2db9e5b2d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: run: cd focalboard; make server-test-mini-${{matrix['db']}} ci-mac-server: - runs-on: macos-11 + runs-on: macos-12 strategy: matrix: