Browse Source

build: test the Mac runner space

Keeley Hammond 1 year ago
parent
commit
83a0ead9ee
2 changed files with 15 additions and 2 deletions
  1. 2 2
      .circleci/config.yml
  2. 13 0
      .github/workflows/mac-build.yml

+ 2 - 2
.circleci/config.yml

@@ -53,8 +53,8 @@ jobs:
       - path-filtering/set-parameters:
           base-revision: main
           mapping: |
-            ^((?!docs/).)*$ run-build-mac true
-            ^((?!docs/).)*$ run-build-linux true
+            ^((?!docs/).)*$ run-build-mac false
+            ^((?!docs/).)*$ run-build-linux false
             docs/.* run-docs-only true
             ^((?!docs/).)*$ run-docs-only false
       - run:

+ 13 - 0
.github/workflows/mac-build.yml

@@ -0,0 +1,13 @@
+name: Build macOS
+
+on:
+  push
+
+jobs:
+  build:
+    runs-on: macos-13-xlarge
+
+    steps:
+    - uses: actions/checkout@v3
+    - name: get disk info
+      run: df -h