There was an error while loading. Please reload this page.
1 parent ba19411 commit 099fb76Copy full SHA for 099fb76
1 file changed
.github/workflows/build.yml
@@ -63,7 +63,7 @@ jobs:
63
- macos-13
64
- macos-14
65
bun:
66
- - 1.1.38
+ - 1.2.23
67
name: Testing Bun ${{ matrix.bun }} on ${{ matrix.os }}
68
runs-on: ${{ matrix.os }}
69
steps:
@@ -216,7 +216,7 @@ jobs:
216
node-version: 20
217
- uses: oven-sh/setup-bun@v2
218
with:
219
- bun-version: 1.1.38
+ bun-version: 1.2.23
220
- if: ${{ startsWith(matrix.os, 'macos') }}
221
run: brew install python-setuptools
222
- if: ${{ !startsWith(matrix.os, 'macos') }}
0 commit comments