Skip to content

Commit 0f8b4f4

Browse files
committed
chore: temp only use ubuntu
until bun is ready
1 parent 254d91d commit 0f8b4f4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ jobs:
7070
runs-on: ${{ matrix.os }}
7171
strategy:
7272
matrix:
73-
os: [ubuntu-latest, windows-latest, macos-latest]
73+
os: [ubuntu-latest]
74+
# os: [ubuntu-latest, windows-latest, macos-latest]
7475

7576
steps:
7677
- uses: actions/checkout@v4

.vscode/dictionary.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ deps
1313
destructurable
1414
entrypoints
1515
heroicons
16+
lockb
1617
openweb
1718
outdir
1819
pausable

0 commit comments

Comments
 (0)