Skip to content

Commit 53e2eec

Browse files
committed
reverting after sanity checked
1 parent 3d0868d commit 53e2eec

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/minimum.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
1515
os: [ubuntu-latest, windows-latest]
1616
include:
17-
- os: macos-latest
17+
- os: macos-13
1818
python-version: '3.8'
1919
- os: macos-latest
2020
python-version: '3.12'
@@ -24,14 +24,9 @@ jobs:
2424
uses: actions/setup-python@v5
2525
with:
2626
python-version: ${{ matrix.python-version }}
27-
- name: Print platform info
28-
run: |
29-
import platform
30-
print(platform.processor())
31-
shell: python
3227
- name: Install dependencies
3328
run: |
34-
python -m pip install --upgrade pip==24.1
29+
python -m pip install --upgrade pip
3530
python -m pip install invoke .[test]
3631
- name: Test with minimum versions
3732
run: invoke minimum

0 commit comments

Comments
 (0)