Skip to content

Commit 69fc3d8

Browse files
committed
Publish on macos-latest
1 parent ae57e93 commit 69fc3d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-latest
10+
runs-on: macos-latest
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v2
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
node-version: 14.x
1818
- run: npm install
19-
- run: xvfb-run -a npm test
19+
- run: npm test
2020
- name: Publish
2121
if: success()
2222
run: npm run deploy

0 commit comments

Comments
 (0)