Skip to content

Commit

Permalink
fix: MacOS CI for x64
Browse files Browse the repository at this point in the history
  • Loading branch information
tiensonqin committed Dec 10, 2024
1 parent a751d5d commit ebc2ea3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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-latest
runs-on: macos-13

steps:
- name: Download The Static Asset
Expand Down Expand Up @@ -466,7 +466,7 @@ jobs:

build-macos-arm64:
needs: [ compile-cljs ]
runs-on: macos-latest
runs-on: macos-13

steps:
- name: Download The Static Asset
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ios-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:

jobs:
build-app:
runs-on: macos-latest
runs-on: macos-13
steps:
- name: Check out Git repository
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:

jobs:
build-app:
runs-on: macos-latest
runs-on: macos-13
steps:
- name: Check out Git repository
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
Expand Down

0 comments on commit ebc2ea3

Please sign in to comment.