Skip to content

Commit

Permalink
Select Xcode Version
Browse files Browse the repository at this point in the history
  • Loading branch information
b3ll committed Apr 10, 2024
1 parent 08b756f commit d7a781a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ on:
jobs:
create_release:
name: Create Release
runs-on: macos-14
runs-on: macos-latest
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable

- uses: actions/checkout@v2

- name: Setup Swift 5.9
Expand Down

0 comments on commit d7a781a

Please sign in to comment.