From 1fb35be45e993eab4715f191ede5f20064f7ebbe Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:21:12 -0700 Subject: [PATCH 1/2] Use new Actions pool --- .github/workflows/ci.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0dfad1c..1b629ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,10 +6,17 @@ jobs: strategy: fail-fast: false matrix: - os: + # os: + # - ubuntu-latest + # - windows-latest + image: - ubuntu-latest - windows-latest - runs-on: ${{ matrix.os }} + # runs-on: ${{ matrix.os }} + runs-on: + - "self-hosted" + - "1ES.Pool=TypeScript-1ES-GitHub-Deploys" + - "1ES.ImageOverride=${{ matrix.image }}" steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 From 6aa34b947eaa56e64332d95ffced2c8b94dbe4c4 Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:21:45 -0700 Subject: [PATCH 2/2] Image names --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b629ae..eced9c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,8 @@ jobs: # - ubuntu-latest # - windows-latest image: - - ubuntu-latest - - windows-latest + - ubuntu-22.04 + - windows-2022 # runs-on: ${{ matrix.os }} runs-on: - "self-hosted"