Compare commits

...

1 Commits

Author SHA1 Message Date
Samuel Attard
04d5965c89 build: gha 2023-11-04 01:12:03 -07:00
2 changed files with 16 additions and 2 deletions

View File

@@ -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:

14
.github/workflows/mac-build.yml vendored Normal file
View File

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