Skip to content

Commit

Permalink
ci: select xcode 15+ explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
rigor789 authored Jan 24, 2024
1 parent cc24f99 commit 7a7cbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: "^15.0"
- uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down

0 comments on commit 7a7cbf4

Please sign in to comment.