diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index cae809c..e461fee 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -18,6 +18,12 @@ on: required: false type: string default: '["macos-26"]' + xcodeversion: + description: | + The Xcode version used to merge the coverage reports. + required: false + type: string + default: 'latest-stable' coveragereports: description: | A string containing all names of the .xcresult files that are downloaded from the artifacts of previous jobs. @@ -49,7 +55,7 @@ jobs: - uses: actions/checkout@v7 - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: 26.0.1 + xcode-version: ${{ inputs.xcodeversion }} - name: Check environment run: | xcodebuild -version