Skip to content

Commit 099fb76

Browse files
committed
latest stable bun
1 parent ba19411 commit 099fb76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- macos-13
6464
- macos-14
6565
bun:
66-
- 1.1.38
66+
- 1.2.23
6767
name: Testing Bun ${{ matrix.bun }} on ${{ matrix.os }}
6868
runs-on: ${{ matrix.os }}
6969
steps:
@@ -216,7 +216,7 @@ jobs:
216216
node-version: 20
217217
- uses: oven-sh/setup-bun@v2
218218
with:
219-
bun-version: 1.1.38
219+
bun-version: 1.2.23
220220
- if: ${{ startsWith(matrix.os, 'macos') }}
221221
run: brew install python-setuptools
222222
- if: ${{ !startsWith(matrix.os, 'macos') }}

0 commit comments

Comments
 (0)