chore: build on macos for more RAM
Luke Karrys committed
Sep 25, 2023 at 11:11 UTC
b53dce618a617044a14afc86f2cd81b24033711b
2 files changed
+9
-2
.github/workflows/publish.yml
+1
-1
@@ -18,7 +18,7 @@ jobs:
18
pages: read
19
name: Build and Upload
20
if: github.repository_owner == 'npm'
21
- runs-on: ubuntu-latest
21
+ runs-on: macos-latest
22
defaults:
23
run:
24
shell: bash
scripts/template-oss/publish.yml
+8
-1
@@ -15,7 +15,14 @@ jobs:
15
permissions:
16
contents: read
17
pages: read
18
- {{> job jobName="Build and Upload" }}
18
+ name: Build and Upload
19
+ if: github.repository_owner == 'npm'
20
+ runs-on: macos-latest
21
+ defaults:
22
+ run:
23
+ shell: bash
24
+ steps:
25
+ {{> stepsSetup }}
26
- name: Setup Pages
27
uses: actions/configure-pages@v1
28
- name: Build documentation