Skip to content

Commit

Permalink
chore: build on macos for more RAM
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Sep 25, 2023
1 parent 020558a commit b53dce6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pages: read
name: Build and Upload
if: github.repository_owner == 'npm'
runs-on: ubuntu-latest
runs-on: macos-latest
defaults:
run:
shell: bash
Expand Down
9 changes: 8 additions & 1 deletion scripts/template-oss/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ jobs:
permissions:
contents: read
pages: read
{{> job jobName="Build and Upload" }}
name: Build and Upload
if: github.repository_owner == 'npm'
runs-on: macos-latest
defaults:
run:
shell: bash
steps:
{{> stepsSetup }}
- name: Setup Pages
uses: actions/configure-pages@v1
- name: Build documentation
Expand Down

0 comments on commit b53dce6

Please sign in to comment.