Skip to content

Commit

Permalink
workflow: add test on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuN6211 committed Sep 29, 2024
1 parent 5245e4e commit 5789d01
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/localmac.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: LocalMacOS

on: [push]

jobs:
localMacOS:
name: LocalMacOS
runs-on: macOS-latest

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Run setup
run: /bin/bash ./scripts/setup.bash

0 comments on commit 5789d01

Please sign in to comment.