Skip to content

Commit ce3915c

Browse files
authored
ci: move release to widows agents (#199)
1 parent 79658c4 commit ce3915c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
publish_binaries:
88
name: Publish binaries
9-
runs-on: [self-hosted, 1ES.Pool=1es-graphdevx-ubuntu-github-latest]
9+
runs-on: [windows-latest]
1010
strategy:
1111
matrix:
1212
architecture:
@@ -42,7 +42,7 @@ jobs:
4242
needs: [publish_binaries]
4343
environment:
4444
name: gh_releases
45-
runs-on: [self-hosted, 1ES.Pool=1es-graphdevx-ubuntu-github-latest]
45+
runs-on: [windows-latest]
4646
steps:
4747
- uses: actions/checkout@v3
4848
- uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)