Skip to content

Commit

Permalink
Add build-binaries workflow (#8515)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev authored Mar 13, 2024
1 parent 3dc49f7 commit c5726fa
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Build Core binaries
on: workflow_dispatch
jobs:
build-packages:
runs-on: macos-14
name: Prepare outputs
strategy:
matrix:
target: [macosx, iphoneos, iphonesimulator, tvos, tvsimulator, watchos, watchsimulator, maccatalyst]
xcode: ["14.3.1"]
include:
- target: xros
xcode: "15.2.0"
- target: xrsimulator
xcode: "15.2.0"
steps:
- uses: actions/checkout@v4
- name: Switch to Xcode ${{ matrix.xcode }}
uses: maxim-lobanov/[email protected]
with:
xcode-version: ${{ matrix.xcode }}

0 comments on commit c5726fa

Please sign in to comment.