Skip to content

Commit

Permalink
Create macos-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-can committed Apr 25, 2024
1 parent f60fed3 commit 5a6217b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/macos-build.yml
@@ -0,0 +1,18 @@
name: macOS Build

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:

runs-on: macos-latest

steps:
- uses: actions/checkout@v3

- name: Build
run: make clean all

0 comments on commit 5a6217b

Please sign in to comment.