Skip to content

Commit

Permalink
Add CI job for macOS x64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
kimci86 committed May 17, 2024
1 parent 248da94 commit 76358f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
matrix:
platform:
- { name: Ubuntu, os: ubuntu-latest }
- { name: MacOS, os: macos-latest }
- { name: MacOS x64, os: macos-13 }
- { name: MacOS arm64, os: macos-14 }
- { name: Windows 64-bit, os: windows-latest, cmake-config: -A x64 }
- { name: Windows 32-bit, os: windows-latest, cmake-config: -A Win32 }

Expand Down

0 comments on commit 76358f5

Please sign in to comment.