Skip to content

Commit 17ecddd

Browse files
committed
lint-and-test: Add macos 3.x test.
1 parent c0d060e commit 17ecddd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ jobs:
245245
- {PYTHON: 'pypy-3.10', OS: ubuntu-latest, NAME: "PyPy 3.10 (ubuntu)", EXPECT: "Linux"}
246246
- {PYTHON: 'pypy-3.11', OS: ubuntu-latest, NAME: "PyPy 3.11 (ubuntu)", EXPECT: "Linux"}
247247
- {PYTHON: '3.11', OS: macos-latest, NAME: "CPython 3.11 (macos)", EXPECT: "MacOS"}
248+
- {PYTHON: '3.x', OS: macos-latest, NAME: "CPython 3.x (macos)", EXPECT: "MacOS"}
248249
env:
249250
EXPECT: ${{ matrix.env.EXPECT }}
250251
PYTHON: ${{ matrix.env.PYTHON }}

0 commit comments

Comments
 (0)