Skip to content

Commit a72ceba

Browse files
committed
lint-and-test: Revert previous change to use latest python on MacOS.
Using '3.x' automatically selected a high single version of python on MacOS. However, it bumped the python version over the version that we support, breaking with no warning - and also using different python versions between PRs. This is an effective revert of d8bae88.
1 parent a27e393 commit a72ceba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
- {PYTHON: 'pypy-3.7', OS: ubuntu-latest, NAME: "PyPy 3.7 (ubuntu)", EXPECT: "Linux"}
207207
- {PYTHON: 'pypy-3.8', OS: ubuntu-latest, NAME: "PyPy 3.8 (ubuntu)", EXPECT: "Linux"}
208208
- {PYTHON: 'pypy-3.9', OS: ubuntu-latest, NAME: "PyPy 3.9 (ubuntu)", EXPECT: "Linux"}
209-
- {PYTHON: '3.x', OS: macos-latest, NAME: "CPython 3.x [latest] (macos)", EXPECT: "MacOS"}
209+
- {PYTHON: '3.11', OS: macos-latest, NAME: "CPython 3.11 (macos)", EXPECT: "MacOS"}
210210
env:
211211
EXPECT: ${{ matrix.env.EXPECT }}
212212
PYTHON: ${{ matrix.env.PYTHON }}

0 commit comments

Comments
 (0)