Skip to content

Commit

Permalink
[CI] Enable support for macos build via gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
meshtag committed Dec 20, 2023
1 parent 294cf71 commit 41e623b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/TestBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:

runs-on: self-hosted
runs-on: [ubuntu-latest, macos-latest]

steps:
- name: Checkout
Expand Down

0 comments on commit 41e623b

Please sign in to comment.