Skip to content

Commit 7a7cbf4

Browse files
authored
ci: select xcode 15+ explicitly
1 parent cc24f99 commit 7a7cbf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: maxim-lobanov/setup-xcode@v1
2020
with:
21-
xcode-version: latest-stable
21+
xcode-version: "^15.0"
2222
- uses: actions/checkout@v3
2323
with:
2424
fetch-depth: 0

0 commit comments

Comments
 (0)