Skip to content

Commit

Permalink
exclude windows-latest py3.12 due server
Browse files Browse the repository at this point in the history
  • Loading branch information
babenek committed Nov 29, 2024
1 parent 73a2617 commit 6e1381a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

exclude:
# exclude py3.12 for windows latest due UserWarning: Unsupported Windows version (2022server). ONNX Runtime supports Windows 10 and above, only.
- os: windows-latest
python-version: "3.12"
steps:

- name: Harden Runner
Expand Down

0 comments on commit 6e1381a

Please sign in to comment.