Skip to content

Commit 7e5aff4

Browse files
authored
Merge pull request #1513 from lukaszstolarczuk/win-bmg-ci
[CI] Enable BMG testing on Windows
2 parents a70f0b7 + b06ce4e commit 7e5aff4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,6 @@ jobs:
466466
with:
467467
provider: "LEVEL_ZERO"
468468
runner: "L0-BMG"
469-
os: "['Ubuntu']"
470469
CUDA:
471470
uses: ./.github/workflows/reusable_gpu.yml
472471
with:

.github/workflows/pr_push.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
provider: "LEVEL_ZERO"
4848
runner: "L0-BMG"
4949
shared_lib: "['ON']"
50-
os: "['Ubuntu']"
5150
CUDA:
5251
needs: [Build]
5352
uses: ./.github/workflows/reusable_gpu.yml

0 commit comments

Comments
 (0)