Files
electron/.github/workflows/mac-build.yml
Samuel Attard 04d5965c89 build: gha
2023-11-04 01:12:03 -07:00

15 lines
163 B
YAML

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