Skip to content

Commit a707c36

Browse files
committed
Trim test matrix targets
Signed-off-by: Nick Sweeting <git@sweeting.me>
1 parent e7c944a commit a707c36

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,9 @@ jobs:
9999
group: Default
100100
os_name: linux
101101
python_version: '3.11'
102-
- os:
103-
group: Default
104-
os_name: linux
105-
python_version: '3.14'
106102
- os: macOS-latest
107103
os_name: macOS
108-
python_version: '3.13'
104+
python_version: '3.14'
109105
test: ${{ fromJson(needs.discover-standard-tests.outputs.test-files) }}
110106

111107
steps:

0 commit comments

Comments
 (0)