Skip to content

Commit

Permalink
Drop py3.8 and py3.9 from macos-14
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Paine <[email protected]>
  • Loading branch information
timkpaine committed Feb 7, 2024
1 parent 6d3a8bf commit 51e17a6
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 @@ -214,13 +214,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 @@ -391,9 +399,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 51e17a6

Please sign in to comment.