Skip to content

Commit 42880ab

Browse files
committed
Xcode 16.4
1 parent 491d5ea commit 42880ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66
workflow_dispatch:
77

88
jobs:
9-
xcode_16_3:
9+
xcode_16_4:
1010
runs-on: macos-15
1111
env:
12-
DEVELOPER_DIR: /Applications/Xcode_16.3.app/Contents/Developer
12+
DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4

0 commit comments

Comments
 (0)