From fdce0dc44f59447b9293f4d1b85c1361f7d3d872 Mon Sep 17 00:00:00 2001 From: Hyunsu Cho Date: Tue, 23 Nov 2021 02:31:36 -0800 Subject: [PATCH] [CI] Fix continuous delivery pipeline for MacOS --- .github/workflows/python_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_tests.yml b/.github/workflows/python_tests.yml index 9252de20c695..b0c0c34429f9 100644 --- a/.github/workflows/python_tests.yml +++ b/.github/workflows/python_tests.yml @@ -117,7 +117,7 @@ jobs: shell: bash -l {0} if: | (github.ref == 'refs/heads/master' || contains(github.ref, 'refs/heads/release_')) && - matrix.os == 'macos-latest' + matrix.os == 'macos-10.15' run: | python -m awscli s3 cp python-package/dist/*.whl s3://xgboost-nightly-builds/${{ steps.extract_branch.outputs.branch }}/ --acl public-read env: