Skip to content

Update blank.yml

Update blank.yml #1055

Workflow file for this run

name: CI
on:
# schedule:
# - cron: "*/60 * * * *"
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
macos:
name: "Run"
strategy:
fail-fast: false
matrix:
runner: ["ghcr.io/cirruslabs/macos-runner:sonoma"]
runs-on: ["${{ matrix.runner }}", "low-priority"]
timeout-minutes: 2
steps:
- name: Check macOS version
run: sw_vers
- name: Disk Info
run: df -h
- name: Xcodes List
run: sudo xcodes installed