Skip to content

build(deps): bump vmactions/freebsd-vm from 1.2.8 to 1.2.9 (#62) #204

build(deps): bump vmactions/freebsd-vm from 1.2.8 to 1.2.9 (#62)

build(deps): bump vmactions/freebsd-vm from 1.2.8 to 1.2.9 (#62) #204

Workflow file for this run

# SPDX-FileCopyrightText: 2023-2025 David Rabkin
# SPDX-License-Identifier: 0BSD
# This workflow has limitations -- Ubuntu lacks a redo package, and macOS
# cannot run containers natively.
---
name: test-mac
'on': [pull_request, push]
jobs:
test-mac:
name: Test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 15
strategy:
matrix:
os:
- macos-14
- macos-15
# - macos-15-intel
steps:
- uses: actions/checkout@v6
- run: |
brew upgrade
brew install \
goredo \
grep \
yash
export PATH=/opt/homebrew/opt/grep/libexec/gnubin:"$PATH"
redo -xx lint test