We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03f6229 commit c317bf3Copy full SHA for c317bf3
2 files changed
.github/workflows/build-workflow.yml
@@ -11,7 +11,6 @@ jobs:
11
name: Build ${{ matrix.target }}
12
runs-on: ${{ matrix.os }}
13
timeout-minutes: 15
14
- # Limit ARM64 concurrency to help with runner availability
15
concurrency:
16
group: arm64-${{ matrix.target }}-${{ github.ref }}
17
cancel-in-progress: false
@@ -150,4 +149,4 @@ jobs:
150
149
name: mcp-docsrs-${{ matrix.target }}
151
path: |
152
dist/mcp-docsrs-${{ matrix.target }}*
153
- retention-days: 30
+ retention-days: 3
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Setup Bun
25
uses: oven-sh/setup-bun@v2
26
with:
27
- bun-version: '1.2.14'
+ bun-version: 'latest'
28
29
- name: Cache dependencies
30
uses: ubicloud/cache@v4
0 commit comments