Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404

steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build-linux:
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
dist/*.AppImage

build-mac:
runs-on: macos-latest
runs-on: blacksmith-6vcpu-macos-15
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
# D: has much better faster write performance (>20x faster than C:)
# We want to use the D: drive whenever we can. Trying to do "npm ci" on the C:
# drive has been observed to take over an hour!
runs-on: windows-latest
runs-on: blacksmith-4vcpu-windows-2025
steps:
# actions/checkout can only clone to paths in $GITHUB_WORKSPACE which is on the C: drive,
# so we have to clone to C: then copy to D: after. This repository itself isn't huge so
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
release-linux:
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
GH_TOKEN: "${{ github.token }}"

release-mac:
runs-on: macos-latest
runs-on: blacksmith-6vcpu-macos-15
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
# D: has much better faster write performance (>20x faster than C:)
# We want to use the D: drive whenever we can. Trying to do "npm ci" on the C:
# drive has been observed to take over an hour!
runs-on: windows-latest
runs-on: blacksmith-4vcpu-windows-2025
env:
SIGNPATH_API_TOKEN: ${{ secrets.SIGNPATH_API_TOKEN }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/winget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
publish:
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
env:
WINGET_TOKEN: ${{ secrets.WINGET_TOKEN }}
steps:
Expand Down
Loading