Skip to content

Commit

Permalink
GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
gthea committed Dec 18, 2024
1 parent 584db52 commit b5d81ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ on:
branches:
- master
- development
- "*_baseline"

jobs:
build:
uses: ./.github/workflows/base_build.yaml
with:
destination: 'platform=macOS,arch=x86_64'
scheme: Split
scheme: Split
3 changes: 2 additions & 1 deletion .github/workflows/build_watchos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ on:
branches:
- master
- development
- "*_baseline"

jobs:
build:
uses: ./.github/workflows/base_build.yaml
with:
destination: 'generic/platform=watchOS'
scheme: WatchOS
scheme: WatchOS
2 changes: 1 addition & 1 deletion .github/workflows/test_all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches:
- master
- development

- "*_baseline"
jobs:
test:
strategy:
Expand Down

0 comments on commit b5d81ed

Please sign in to comment.