Skip to content

Commit

Permalink
Merge pull request #46 from Point72/tkp/armmac
Browse files Browse the repository at this point in the history
Drop py3.8 and py3.9 from macos-14
  • Loading branch information
timkpaine committed Feb 7, 2024
2 parents a809dd4 + 51e17a6 commit 6174934
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,13 +215,21 @@ jobs:
##############################################
# Things to exclude if not a full matrix run #
##############################################
# mac arm builds support py3.10+
- os: macos-14
python-version: "3.8"
- os: macos-14
python-version: "3.9"

# minimize CI resource usage
- is-full-run: false
os: ubuntu-22.04
python-version: "3.8"

# windows is slow, so dont build unless its a full run
- is-full-run: false
os: windows-2022
# - is-full-run: false
# os: windows-2022

# avoid unnecessary use of mac resources
- is-full-run: false
os: macos-12
Expand Down Expand Up @@ -392,9 +400,15 @@ jobs:
##############################################
# Things to exclude if not a full matrix run #
##############################################
# mac arm builds support py3.10+
- os: macos-14
python-version: "3.8"
- os: macos-14
python-version: "3.9"

# Exclude windows builds
- is-full-run: false
os: windows-2022
# - is-full-run: false
# os: windows-2022

# Exclude macOS builds for now
- is-full-run: false
Expand Down

0 comments on commit 6174934

Please sign in to comment.