Skip to content

Commit de3b94f

Browse files
committed
Add CI target for macOS
1 parent 2d511a3 commit de3b94f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: .github/workflows/ci.yml

+7
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ jobs:
7171
run: make $FLAGS
7272
env:
7373
FLAGS: ${{ format('{0} {1} {2}', steps.make_flags.outputs.proto_flags, steps.make_flags.outputs.compiler_flags, steps.make_flags.outputs.debug_flags) }}
74+
build_macos:
75+
runs-on: macos-latest
76+
steps:
77+
- name: Check out code
78+
uses: actions/checkout@v4
79+
- name: Build and run tests
80+
run: make
7481
build_windows_msvc:
7582
runs-on: windows-latest
7683
strategy:

0 commit comments

Comments
 (0)