From c7b10ced51ea8adb1f7ead54f2e1b9542dbf692c Mon Sep 17 00:00:00 2001 From: Tienson Qin Date: Mon, 22 Jul 2024 21:35:53 +0800 Subject: [PATCH] fix: bump macos runner from 11 to 12 --- .github/workflows/build-desktop-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-desktop-release.yml b/.github/workflows/build-desktop-release.yml index 153c7f82563..2e70ee79185 100644 --- a/.github/workflows/build-desktop-release.yml +++ b/.github/workflows/build-desktop-release.yml @@ -390,7 +390,7 @@ jobs: build-macos-x64: needs: [ compile-cljs ] - runs-on: macos-11 + runs-on: macos-12 steps: - name: Download The Static Asset @@ -466,7 +466,7 @@ jobs: build-macos-arm64: needs: [ compile-cljs ] - runs-on: macos-11 + runs-on: macos-12 steps: - name: Download The Static Asset