mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 07:47:23 +01:00
switch to gh hosted runners (#305298)
This commit is contained in:
4
.github/workflows/pr-node-modules.yml
vendored
4
.github/workflows/pr-node-modules.yml
vendored
@@ -10,7 +10,7 @@ permissions: {}
|
||||
jobs:
|
||||
compile:
|
||||
name: Compile
|
||||
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-oss-ubuntu-22.04-x64 ]
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Checkout microsoft/vscode
|
||||
uses: actions/checkout@v6
|
||||
@@ -86,7 +86,7 @@ jobs:
|
||||
|
||||
linux:
|
||||
name: Linux
|
||||
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-oss-ubuntu-22.04-x64 ]
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
NPM_ARCH: x64
|
||||
VSCODE_ARCH: x64
|
||||
|
||||
Reference in New Issue
Block a user