Skip to content

Commit 2b36fac

Browse files
committed
chore: run windows tests in the self-hosted VM
1 parent 7ef6869 commit 2b36fac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: go test -race -v ./...
3434

3535
test-windows:
36-
runs-on: windows-2022
36+
runs-on: [self-hosted, Windows, X64]
3737
steps:
3838
- uses: actions/checkout@v4
3939
- uses: actions/setup-go@v5

0 commit comments

Comments
 (0)