Skip to content

Commit

Permalink
build: add macOS build for GH actions CI
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Aug 20, 2024
1 parent c8ae71b commit a8da228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
os: [macos-13, macos-14-arm64]
os: [macos-13, macos-14]
runs-on: ${{ matrix.os }}
steps:
- name: Install OpenCV
Expand Down

0 comments on commit a8da228

Please sign in to comment.