Skip to content

Commit c317bf3

Browse files
committed
use latest bun ver
1 parent 03f6229 commit c317bf3

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build-workflow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
name: Build ${{ matrix.target }}
1212
runs-on: ${{ matrix.os }}
1313
timeout-minutes: 15
14-
# Limit ARM64 concurrency to help with runner availability
1514
concurrency:
1615
group: arm64-${{ matrix.target }}-${{ github.ref }}
1716
cancel-in-progress: false
@@ -150,4 +149,4 @@ jobs:
150149
name: mcp-docsrs-${{ matrix.target }}
151150
path: |
152151
dist/mcp-docsrs-${{ matrix.target }}*
153-
retention-days: 30
152+
retention-days: 3

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Bun
2525
uses: oven-sh/setup-bun@v2
2626
with:
27-
bun-version: '1.2.14'
27+
bun-version: 'latest'
2828

2929
- name: Cache dependencies
3030
uses: ubicloud/cache@v4

0 commit comments

Comments
 (0)