Эх сурвалжийг харах

[GitHub Actions] Run Codecov on Xcode 11.7

Norio Nomura 4 жил өмнө
parent
commit
8ecd9c1e6a

+ 1 - 1
.github/workflows/xcodebuild.yml

@@ -44,6 +44,6 @@ jobs:
         run: xcodebuild ${{ matrix.xcode_flags_for_build_only }} -sdk watchsimulator | xcpretty
         shell: bash
       - name: Codecov
-        if: matrix.xcode_version == '12'
+        if: matrix.xcode_version == '11.7'
         run: curl -s https://codecov.io/bash | bash -s -- -t ${{ secrets.CODECOV_TOKEN }}
         shell: bash