Skip to content

Commit

Permalink
Build macOS executables on High Sierra for backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
IngoMeyer441 committed Sep 29, 2020
1 parent 148eb32 commit d6c2e5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build-linux-executable:

build-macos-executable:
stage: build
image: macos:catalina-xcode-python3
image: macos:high-sierra-xcode-python3
tags:
- libvirt
script:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
```bash
python3 -m pip install github-binary-upload
```
- Self-contained executables for Linux x86_64 with glibc >= 2.17 (any recent Linux distribution) and macOS Catalina and
newer are available on the [releases page](https://github.com/sciapp/github-binary-upload/releases/latest).
- Self-contained executables for Linux x86_64 with glibc >= 2.17 (any recent Linux distribution) and macOS High Sierra
and newer are available on the [releases page](https://github.com/sciapp/github-binary-upload/releases/latest).
- AUR package for Arch Linux users:
[python-github-binary-upload](https://aur.archlinux.org/packages/python-github-binary-upload/)

Expand Down

0 comments on commit d6c2e5b

Please sign in to comment.