Skip to content
Closed
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
bun:
if: github.repository == 'athasdev/athas'
name: Bun — typecheck, frontend check
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- uses: actions/checkout@v4

Expand All @@ -41,7 +41,7 @@ jobs:
rust:
if: github.repository == 'athasdev/athas'
name: Rust — fmt, cargo check
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
env:
CARGO_TERM_COLOR: always
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
jobs:
dev-shell:
name: Dev shell
runs-on: ubuntu-24.04
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- name: Checkout
uses: actions/checkout@v6
Expand All @@ -34,7 +34,7 @@ jobs:

- name: Validate dev tools
run: |
nix develop --no-write-lock-file --command bash -lc '
nix develop --no-write-lock-file --command bash -c '
bun --version
node --version
rustc --version
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-preflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:

jobs:
readiness:
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
permissions:
contents: read
steps:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
bun scripts/check-zig.ts

macos-readiness:
runs-on: macos-latest
runs-on: blacksmith-6vcpu-macos-15
steps:
- uses: actions/checkout@v6

Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
>/dev/null

windows-readiness:
runs-on: windows-latest
runs-on: blacksmith-4vcpu-windows-2025
steps:
- uses: actions/checkout@v6

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:

jobs:
release-metadata:
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
permissions:
contents: read
if: ${{ startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch' }}
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
matrix:
include:
- platform: "macos-latest"
artifact: "macos-aarch64"
artifact: "blacksmith-6vcpu-macos-15"
os: "macos"
args: "--target aarch64-apple-darwin"
cargo_features: ""
Expand Down Expand Up @@ -394,7 +394,7 @@ jobs:

assemble-release:
needs: [release-metadata, build-tauri]
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
permissions:
contents: write
if: ${{ success() && (startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch') }}
Expand Down
Loading