Skip to content

Commit 8087102

Browse files
committed
test
1 parent 2eb9ee7 commit 8087102

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/alpha-versions-2.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [windows-latest, macos-latest, macos-13, ubuntu-latest]
16-
python-version:
17-
- '3.14.0t-alpha.4'
18-
- '3.14t-alpha'
15+
os: [ubuntu-latest]
16+
python-version: ['3.14.0t-alpha.4', 3.14t-alpha']
1917

2018
steps:
2119
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)