Skip to content

Commit

Permalink
build: test the Mac runner space
Browse files Browse the repository at this point in the history
  • Loading branch information
VerteDinde committed Nov 28, 2023
1 parent f0f027c commit 407e152
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/mac-build.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 407e152

Please sign in to comment.