Skip to content

Commit

Permalink
ci: add macos-latest platform for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Jan 7, 2024
1 parent 8b073db commit a63c45e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false

steps:
Expand Down
4 changes: 2 additions & 2 deletions packages/advjs/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { ADV_VIRTUAL_MODULES } from './node/config'
export default defineBuildConfig({
declaration: true,
entries: [
'node/index',
'node/cli/index',
'./node/index',
'./node/cli/index',
],
clean: true,
externals: [
Expand Down

2 comments on commit a63c45e

@vercel
Copy link

@vercel vercel bot commented on a63c45e Jan 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on a63c45e Jan 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.