Skip to content

Commit

Permalink
Build workflow pipeline for macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Oct 10, 2024
1 parent f504058 commit 858c9ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_ci_darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
branches:
- main

build-darwin:
jobs:
build:
runs-on: darwin-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

jobs:
build-ubuntu:
build:
runs-on: ubuntu-latest

steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build_ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
branches:
- main

build-windows:
jobs:
build:
runs-on: windows-latest

steps:
Expand Down

0 comments on commit 858c9ff

Please sign in to comment.