summaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-08-10 19:39:00 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-08-10 19:44:39 +0900
commita6c5ce7a9bbf584a8b4b39d2ae51fb9b4a5b7f1f (patch)
treed55961500fe42991703ed755eb534f39944f5ed7 /.github/workflows/macos.yml
parentb3903ef2a156a19de0c27a3e95cd7a4467cdce59 (diff)
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.
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml2
1 files changed, 1 insertions, 1 deletions
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)))