Skip to content

Commit 450bda2

Browse files
authored
Update build.yml
1 parent 8bd16ad commit 450bda2

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
@@ -27,10 +27,10 @@ jobs:
2727
token: ${{ secrets.CODECOV_TOKEN }}
2828
files: ./coverage_report.lcov
2929

30-
xcode_16_2:
30+
xcode_16:
3131
runs-on: macos-14
3232
env:
33-
DEVELOPER_DIR: /Applications/Xcode_16.2.app/Contents/Developer
33+
DEVELOPER_DIR: /Applications/Xcode_16.0.app/Contents/Developer
3434
steps:
3535
- name: Checkout
3636
uses: actions/checkout@v4

0 commit comments

Comments
 (0)