mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: gha
This commit is contained in:
@@ -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
14
.github/workflows/mac-build.yml
vendored
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user