Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Voltstro committed Sep 9, 2024
1 parent 670d703 commit 78e8f98
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,20 @@ jobs:
build-engine-cef:
strategy:
matrix:
os: [windows-2022, ubuntu-22.04]
os: [windows-2022, ubuntu-22.04, macos-14]
include:
- os: windows-2022
build: windows64
package: Win-x64
- os: ubuntu-22.04
build: linux64
package: Linux-x64
- os: macos-14
build: macosx64
package: MacOS-x64
- os: macos-14
build: macosarm64
package: MacOS-arm64

runs-on: ${{ matrix.os }}
name: Build-UWB-Engine-CEF-${{ matrix.package }}
Expand Down

0 comments on commit 78e8f98

Please sign in to comment.