Skip to content

Commit 3ac650c

Browse files
committed
use mac
1 parent 115cad7 commit 3ac650c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
pull_request:
99
jobs:
1010
test:
11-
runs-on: ubuntu-latest
11+
runs-on: macos-latest
1212
steps:
1313
- name: Checkout 🍔🍟🥤
1414
uses: actions/checkout@v4
@@ -21,8 +21,6 @@ jobs:
2121
node-version: 18
2222

2323
- name: Test 🧪
24-
env:
25-
DEBUG: '*'
2624
run: |
2725
npm ci
2826
npm run check-ci

0 commit comments

Comments
 (0)