Skip to content

Commit 21c09be

Browse files
committed
m
1 parent 79ddcbd commit 21c09be

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,12 @@ jobs:
2424
architecture: x86
2525
- os: macos-13
2626
architecture: x64
27-
- os: macos-latest
28-
architecture: x64
2927
python:
3028
- 3.8
3129
- 3.9
3230
- "3.10"
3331
- "3.11"
3432
- "3.12"
35-
python-macos-latest:
36-
- "3.11"
37-
- "3.12"
3833
category:
3934
- local
4035
# These require credentials.
@@ -43,16 +38,9 @@ jobs:
4338
steps:
4439
- uses: actions/checkout@v4
4540
- uses: actions/setup-python@v4
46-
if: matrix.platform.os != 'macos-latest'
4741
with:
4842
python-version: ${{ matrix.python }}
4943
architecture: ${{ matrix.platform.architecture }}
50-
51-
- uses: actions/setup-python@v4
52-
if: matrix.platform.os == 'macos-latest'
53-
with:
54-
python-version: ${{ matrix.python-macos-latest }}
55-
architecture: ${{ matrix.platform.architecture }}
5644
- run: |
5745
python -m pip install --upgrade pip
5846
pip install --upgrade -r dev_requirements/ci-requirements.txt

0 commit comments

Comments
 (0)