Skip to content

Commit a351218

Browse files
authored
Merge pull request #163 from p-x9/feature/build-binary-with-xcode15
2 parents edaa929 + 6a05f19 commit a351218

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ on:
77
workflow_dispatch:
88

99
env:
10-
DEVELOPER_DIR: /Applications/Xcode_16.2.app
10+
DEVELOPER_DIR: /Applications/Xcode_15.2.app
1111

1212
jobs:
1313
build:
1414
name: Release
15-
runs-on: macos-15
15+
runs-on: macos-14
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4
1919

20-
- name: Select Xcode 16
21-
run: sudo xcode-select -s /Applications/Xcode_16.2.app
20+
- name: Select Xcode 15
21+
run: sudo xcode-select -s /Applications/Xcode_15.2.app
2222

2323
- name: Install visionOS
2424
run: |

0 commit comments

Comments
 (0)