Skip to content

fix: macos gh runners #890

fix: macos gh runners

fix: macos gh runners #890

Workflow file for this run

name: macos-stable
on: [push, pull_request]
jobs:
osx-build:
name: Testing install script in ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macOS-latest, macos-15 ]
env:
GITHUB: true
steps:
- uses: actions/checkout@v4
- name: OS Info
run: |
brew install shellcheck
wget https://raw.githubusercontent.com/dylanaraps/neofetch/master/neofetch && chmod +x ./neofetch && ./neofetch
- name: Fetch script
run: |
curl -OL https://raw.githubusercontent.com/mike325/dotfiles/master/install.sh
chmod +x ./install.sh
- uses: rhysd/action-setup-vim@v1.4.2
with:
neovim: true
version: stable
- name: Install dotfiles
run: |
./install.sh --verbose --neovim dotfiles --nolog
- name: Test stable Neovim
run: |
export PATH="$HOME/.local/bin:$PATH"
make