Skip to content

Commit 90d61f9

Browse files
author
Alex Razumov (from Dev Box)
committed
Experiment with gh pools
1 parent f20fa83 commit 90d61f9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ jobs:
9696
strategy:
9797
matrix:
9898
os:
99-
- windows-latest
100-
- ubuntu-latest
99+
- [ self-hosted, 1ES.Pool=1es-vscode-oss-windows-2022-x64 ]
100+
- [ self-hosted, 1ES.Pool=1es-vscode-oss-ubuntu-22.04-x64 ]
101101

102102
steps:
103103
- uses: actions/checkout@v4
@@ -129,8 +129,8 @@ jobs:
129129
strategy:
130130
matrix:
131131
os:
132-
- windows-latest
133-
- ubuntu-latest
132+
- [ self-hosted, 1ES.Pool=1es-vscode-oss-windows-2022-x64 ]
133+
- [ self-hosted, 1ES.Pool=1es-vscode-oss-ubuntu-22.04-x64 ]
134134

135135
steps:
136136
- uses: actions/checkout@v4
@@ -207,7 +207,7 @@ jobs:
207207
miri:
208208
needs: basics
209209
name: miri-test
210-
runs-on: ubuntu-latest
210+
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-oss-ubuntu-22.04-x64 ]
211211
continue-on-error: true
212212
steps:
213213
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)