Skip to content

Commit

Permalink
[CI] Fix continuous delivery pipeline for MacOS (dmlc#7472)
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 authored and trivialfis committed Nov 23, 2021
1 parent eb69c61 commit 69c5868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 69c5868

Please sign in to comment.