Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jrosen081 committed Jan 16, 2024
1 parent 8a5b853 commit 32f563b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ on:
jobs:
create_release:
name: Create Release
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15.0

- uses: actions/checkout@v2

Expand All @@ -23,4 +26,4 @@ jobs:
allowUpdates: true
draft: true
generateReleaseNotes: true
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 32f563b

Please sign in to comment.