Skip to content

Commit c2c76e7

Browse files
author
prabhatranjan
committed
fix(ci): install tauri-cli, update runner to macos-14
1 parent 0410ba9 commit c2c76e7

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/explorer-release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
run: |
7171
cd nexus-explorer/src/frontend
7272
pnpm install
73+
- name: Install Tauri CLI
74+
run: cargo install tauri-cli --version "^2"
7375
- name: Build .app and .dmg
7476
run: |
7577
cd nexus-explorer
@@ -95,7 +97,7 @@ jobs:
9597

9698
build-macos-x86_64:
9799
needs: create_release
98-
runs-on: macos-13
100+
runs-on: macos-14
99101
steps:
100102
- uses: actions/checkout@v4
101103
- name: Setup pnpm
@@ -116,6 +118,8 @@ jobs:
116118
run: |
117119
cd nexus-explorer/src/frontend
118120
pnpm install
121+
- name: Install Tauri CLI
122+
run: cargo install tauri-cli --version "^2"
119123
- name: Build .app and .dmg
120124
run: |
121125
cd nexus-explorer

0 commit comments

Comments
 (0)