fix: bump macos runner from 11 to 12

pull/11373/merge
Tienson Qin 2024-07-22 21:35:53 +08:00
parent b383a6102d
commit c7b10ced51
1 changed files with 2 additions and 2 deletions

View File

@ -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