Skip to content

Commit

Permalink
[CI] Also test Python on Ubuntu and Windows
Browse files Browse the repository at this point in the history
These platforms were accidentally removed in commit 498868f:

    [CI] Downgrade to macos-13 because large tests fail with error 134
  • Loading branch information
mxmlnkn committed Sep 4, 2024
1 parent 179752f commit 259f1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: ['3.8', '3.12']
# 2024-04-27: macos-latest, which points to macos-14-arm64, does not work anymore because of error 134 close
# towards the end when testing with parallelization=8. Could be a problem with compiling for ARM.
os: [macos-13]
os: [macos-13, ubuntu-latest, windows-latest]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 259f1be

Please sign in to comment.