Skip to content

Commit

Permalink
fix: bump macos runner from 11 to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
tiensonqin committed Jul 22, 2024
1 parent b383a61 commit c7b10ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-desktop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c7b10ce

Please sign in to comment.