Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
ci: Add a windows runner for unit-testing job nightly dev-testing CI
  • Loading branch information
wanguiwaweru committed Dec 7, 2025
commit 8acdedf5005983ec8c8343a22faf0f553baff3b4
2 changes: 1 addition & 1 deletion .github/workflows/test-run-dev-version-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:
jobs:
test:
name: Unit Testing
runs-on: [self-hosted, pyfluent]
runs-on: [self-hosted, pyfluent, windows-latest]

steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
Expand Down