We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0410ba9 commit c2c76e7Copy full SHA for c2c76e7
1 file changed
.github/workflows/explorer-release.yml
@@ -70,6 +70,8 @@ jobs:
70
run: |
71
cd nexus-explorer/src/frontend
72
pnpm install
73
+ - name: Install Tauri CLI
74
+ run: cargo install tauri-cli --version "^2"
75
- name: Build .app and .dmg
76
77
cd nexus-explorer
@@ -95,7 +97,7 @@ jobs:
95
97
96
98
build-macos-x86_64:
99
needs: create_release
- runs-on: macos-13
100
+ runs-on: macos-14
101
steps:
102
- uses: actions/checkout@v4
103
- name: Setup pnpm
@@ -116,6 +118,8 @@ jobs:
116
118
117
119
120
121
122
123
124
125
0 commit comments