From a6c5ce7a9bbf584a8b4b39d2ae51fb9b4a5b7f1f Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sat, 10 Aug 2019 19:39:00 +0900 Subject: Increase the fetch-depth of GitHub Actions because small numbers had made Azure Pipelines in the past and it's using 20 now. I heard GitHub Actions has more parallelism, so it should be okay. --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 3762263b62..f00d61fe12 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout uses: actions/checkout@master with: - fetch-depth: 5 + fetch-depth: 20 - name: Set ENV run: | echo '##[set-env name=JOBS]'-j$((1 + $(sysctl -n hw.activecpu))) -- cgit v1.2.1