From 73b7903839058bf779f3880e20e9526c4b89de33 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Fri, 12 Jul 2024 19:30:21 +0200 Subject: [PATCH] chore: Update runs-on to macos-14 for Mac job --- .github/workflows/alpha.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index ed87c190b..c25d5ea75 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -451,7 +451,7 @@ jobs: path: ./zen.source.tar.gz mac: - runs-on: macos-13 + runs-on: macos-14 needs: [build-data, check-release] steps: