Update README.md #860
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
steps: | |
- uses: actions/checkout@v3 | |
- name: install | |
run: brew update && brew tap jakehilborn/jakehilborn && brew install displayplacer | |
- name: list | |
run: displayplacer list |