Skip to content

Commit

Permalink
Use Custom Action (#3)
Browse files Browse the repository at this point in the history
* Update Mac Build Step

* Build Vision

* macos-15 runner

* Testing Empty Workspace Value

* Revert "Testing Empty Workspace Value"

This reverts commit 2a198a8.

* tvOS Build

* Use Custom Action

* Use Version instead of Branch

* Use exact version

* Use Major Version

* Revert "Use Major Version"

This reverts commit ca602c3.

* Revert "Revert "Use Major Version""

This reverts commit ead556f.

* Use v1.0.0
  • Loading branch information
EmilioPelaez authored Dec 24, 2024
1 parent 1d9ceb1 commit 28d3560
Showing 1 changed file with 6 additions and 24 deletions.
30 changes: 6 additions & 24 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,15 @@ on:

jobs:
build:
runs-on: macos-latest
runs-on: macos-15

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Apple Xcode Select
uses: BoundfoxStudios/action-xcode-select@v1
with:
version: latest
beta: false

- name: Build iOS
uses: sersoft-gmbh/xcodebuild-action@v3
with:
project: Example/HierarchyResponderExample.xcodeproj
scheme: HierarchyResponderExample
destination: generic/platform=iOS Simulator
action: build

- name: Build Mac Raw
run: swift build

- name: Build Watch
uses: sersoft-gmbh/xcodebuild-action@v3
- name: Build Apple Platforms Action
uses: EmilioPelaez/[email protected]
with:
project: Example/HierarchyResponderExample.xcodeproj
scheme: HierarchyResponderExampleWatch
destination: generic/platform=watchOS Simulator
action: build
project: 'Example/HierarchyResponderExample.xcodeproj'
scheme: 'HierarchyResponderExample'
watch_scheme: 'HierarchyResponderExampleWatch'

0 comments on commit 28d3560

Please sign in to comment.