Skip to content

Commit 08e7b81

Browse files
committed
windows support ci
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent 922990a commit 08e7b81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: Run nox
54-
uses: frequenz-floss/gh-action-nox@v1.0.1
54+
uses: shsms/gh-action-nox@windows-support
5555
with:
5656
python-version: ${{ matrix.python }}
5757
nox-session: ${{ matrix.nox-session }}
@@ -132,7 +132,7 @@ jobs:
132132
- "3.12"
133133
- "3.13"
134134
- "3.14"
135-
runs-on: ${{ matrix.target }}
135+
runs-on: ${{ matrix.platform.target }}
136136

137137
steps:
138138
- name: Setup Git

0 commit comments

Comments
 (0)