Skip to content

Commit efda807

Browse files
committed
update Xcode version to 16.2
1 parent 0cddf99 commit efda807

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- main
1111

1212
env:
13-
DEVELOPER_DIR: /Applications/Xcode_16.0.app/Contents/Developer
13+
DEVELOPER_DIR: /Applications/Xcode_16.2.app/Contents/Developer
1414

1515
jobs:
1616
build:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- '*.*.*'
88

99
env:
10-
DEVELOPER_DIR: /Applications/Xcode_16.0.app/Contents/Developer
10+
DEVELOPER_DIR: /Applications/Xcode_16.2.app/Contents/Developer
1111

1212
jobs:
1313
build:

0 commit comments

Comments
 (0)