Skip to content

Commit

Permalink
merge release_macos and release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
battlmonstr committed Nov 23, 2023
1 parent 3323807 commit 880e920
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@ name: Release
on: workflow_dispatch

jobs:
release_trigger:
runs-on: ubuntu-latest
release:
runs-on: macos-13
# runs-on: macos-13-xlarge # M1 CPU runner requires billing setup
steps:
- uses: actions/checkout@v3
- run: ./ci/release_branch.sh
- name: release-macos
run: |
sudo xcode-select -s /Applications/Xcode_15.0.app
./ci/release.sh "${{runner.workspace}}" 2 $(git branch --show-current)-base

0 comments on commit 880e920

Please sign in to comment.