Skip to content

Commit 4158927

Browse files
authored
Update self-hosted runners (#104)
1 parent 740fe36 commit 4158927

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323
jobs:
2424
main:
2525
# We need windows to use nuget
26-
runs-on: [self-hosted, idp]
26+
runs-on: [idp]
2727
environment: ci
2828
steps:
2929
- uses: actions/checkout@v4

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
jobs:
1616
main:
1717
# We need windows to use nuget
18-
runs-on: [self-hosted, idp]
18+
runs-on: [idp]
1919
environment: ci
2020

2121
steps:

0 commit comments

Comments
 (0)