Skip to content

Commit fa63388

Browse files
committed
put back linux and mac
1 parent 4ee4885 commit fa63388

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cross-platform.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
strategy:
1717
matrix:
1818
#os: [ubuntu-latest, windows-latest, macos-latest]
19-
#os: [ubuntu-latest, macos-latest]
20-
os: [debian-latest]
21-
#python-version: ["3.10", "3.12"]
22-
python-version: ["3.12"]
19+
os: [ubuntu-latest, macos-latest]
20+
#os: [debian-latest]
21+
python-version: ["3.10", "3.12"]
22+
#python-version: ["3.12"]
2323

2424
steps:
2525
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)