Skip to content

Update blank.yml

Update blank.yml #866

Workflow file for this run

name: CI
on:
# schedule:
# - cron: "*/60 * * * *"
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
macos:
name: macOS on Apple Silicon 😍
runs-on: ghcr.io/cirruslabs/macos-ventura-xcode:latest-xl
steps:
- uses: actions/checkout@v3
- name: install
run: brew update && brew tap jakehilborn/jakehilborn && brew install displayplacer
- name: list
run: displayplacer list
- name: sysctl
run: sysctl hw.ncpu && sysctl hw.memsize