Skip to content

Commit a85d14e

Browse files
ParthJadhavclaude
andcommitted
Fix release workflow: update macos-13 to macos-14, fix tauri-action ref
- macos-13 runners are deprecated, use macos-14 for Intel cross-compile - Pin tauri-action to v0 tag (old SHA was removed from the repo) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1a11495 commit a85d14e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
runner: macos-14
7575
args: --target aarch64-apple-darwin
7676
- platform: macos-intel
77-
runner: macos-13
77+
runner: macos-14
7878
args: --target x86_64-apple-darwin
7979
- platform: windows
8080
runner: windows-latest
@@ -114,7 +114,7 @@ jobs:
114114
run: npm ci
115115

116116
- name: Build and release
117-
uses: tauri-apps/tauri-action@4132e1dd4ebe2f44a7bafaa8b77e3e3c7ce6d3e7 # v0.5.21
117+
uses: tauri-apps/tauri-action@v0
118118
env:
119119
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
120120
# macOS signing (conditional - no-op if not set)

0 commit comments

Comments
 (0)