Skip to content

Action test on MacOS #509

Action test on MacOS

Action test on MacOS #509

name: Action test on MacOS
on:
schedule:
- cron: "0 4 * * MON-FRI" # Runs at 04:00 UTC
push:
branches:
- main
workflow_dispatch:
jobs:
macos:
runs-on: macos-latest
steps:
- uses: GuillaumeFalourd/setup-rsync@main
- run: rsync --version