Skip to content

Commit 06775f1

Browse files
committed
ci: switch lint-and-format job to run on Ubuntu
1 parent 788ed85 commit 06775f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
echo "ℹ️ Run 'bun test' locally before pushing"
5252
5353
lint-and-format:
54-
runs-on: macos-latest
54+
runs-on: ubuntu-latest
5555
steps:
5656
- name: Checkout code
5757
uses: actions/checkout@v4

0 commit comments

Comments
 (0)