Skip to content

drop intel mac support #224

drop intel mac support

drop intel mac support #224

Workflow file for this run

name: CI
on:
push:
paths:
- 'script/**'
- '.github/**'
- 'setup'
pull_request:
paths:
- 'script/**'
- '.github/**'
schedule:
- cron: '0 0 * * 0'
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-latest]
steps:
- name: setup
run: /bin/bash -c "$(curl -fsSL https://github.com/raw/ho-oto/dotfiles-for-mac/master/setup)"