Skip to content

Commit 6890e70

Browse files
committed
Remove outdated MacOS and Python tests
1 parent 504b6c4 commit 6890e70

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/actions/setup-build-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ inputs:
2222
description: Python version to setup the environment for
2323
required: false
2424
type: string
25-
default: "3.8"
25+
default: "3.9"
2626

2727
runs:
2828
using: composite

.github/workflows/test-setup-miniconda.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
runner-type:
16-
- macos-12
1716
- macos-m1-stable
1817
- linux.2xlarge
1918
# Only testing minimum and maximum versions here
2019
python-version:
21-
- "3.8"
22-
- "3.11"
20+
- "3.9"
21+
- "3.12"
2322
env-file:
2423
- ""
2524
- "./.github/workflows/test-setup-miniconda-env-file"

0 commit comments

Comments
 (0)