Skip to content

Commit 995f42c

Browse files
ci: switch Windows to Blacksmith runner, bump to 1.3.2
Replace windows-latest with blacksmith-4vcpu-windows-2025 for faster builds and lower cost ($0.008/min vs $0.016/min). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e42a9fb commit 995f42c

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
if: >
164164
github.event_name == 'release' ||
165165
inputs.platform == 'all' || inputs.platform == 'windows' || inputs.platform == ''
166-
runs-on: windows-latest
166+
runs-on: blacksmith-4vcpu-windows-2025
167167
timeout-minutes: 45
168168

169169
steps:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
os: ${{ inputs.linux-runner || 'blacksmith-4vcpu-ubuntu-2404' }}
110110
target: x86_64-unknown-linux-gnu
111111
- platform: windows
112-
os: windows-latest
112+
os: blacksmith-4vcpu-windows-2025
113113
target: x86_64-pc-windows-msvc
114114
runs-on: ${{ matrix.os }}
115115
timeout-minutes: 30

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/mt-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mt-tauri"
3-
version = "1.3.1"
3+
version = "1.3.2"
44
description = "Desktop music player for large collections"
55
authors = ["pythoninthegrass"]
66
edition = "2024"

crates/mt-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "mt",
4-
"version": "1.3.1",
4+
"version": "1.3.2",
55
"identifier": "com.mt.desktop",
66
"build": {
77
"beforeDevCommand": "npm --prefix ../../app/frontend run dev",

0 commit comments

Comments
 (0)