Browse Source

chore: use macos-14 for arm64 build

Tienson Qin 10 months ago
parent
commit
0f63988b4e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build-desktop-release.yml

+ 1 - 1
.github/workflows/build-desktop-release.yml

@@ -466,7 +466,7 @@ jobs:
 
 
   build-macos-arm64:
   build-macos-arm64:
     needs: [ compile-cljs ]
     needs: [ compile-cljs ]
-    runs-on: macos-13-arm64
+    runs-on: macos-14
 
 
     steps:
     steps:
       - name: Download The Static Asset
       - name: Download The Static Asset