Skip to content

Commit 8bf97ef

Browse files
authored
chore: align windows test runner to blacksmith (anomalyco#12364)
1 parent 683d234 commit 8bf97ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/setup-bun/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
- name: Mount Bun Cache
77
uses: useblacksmith/stickydisk@v1
88
with:
9-
key: ${{ github.repository }}-bun-cache
9+
key: ${{ github.repository }}-bun-cache-${{ runner.os }}
1010
path: ~/.bun
1111

1212
- name: Setup Bun

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
git config --global user.name "opencode"
2323
bun turbo test
2424
- name: windows
25-
host: windows-latest
25+
host: blacksmith-4vcpu-windows-2025
2626
playwright: bunx playwright install
2727
workdir: packages/app
2828
command: bun test:e2e:local

0 commit comments

Comments
 (0)