Explorar o código

[GitHub Actions] Run Codecov on Xcode 11.7

Norio Nomura %!s(int64=4) %!d(string=hai) anos
pai
achega
8ecd9c1e6a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/xcodebuild.yml

+ 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