We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 450bda2 commit 4971ca0Copy full SHA for 4971ca0
.github/workflows/build.yml
@@ -27,10 +27,10 @@ jobs:
27
token: ${{ secrets.CODECOV_TOKEN }}
28
files: ./coverage_report.lcov
29
30
- xcode_16:
+ xcode_16_1:
31
runs-on: macos-14
32
env:
33
- DEVELOPER_DIR: /Applications/Xcode_16.0.app/Contents/Developer
+ DEVELOPER_DIR: /Applications/Xcode_16.1.app/Contents/Developer
34
steps:
35
- name: Checkout
36
uses: actions/checkout@v4
0 commit comments