Skip to content

Commit

Permalink
Switched ubuntu image
Browse files Browse the repository at this point in the history
  • Loading branch information
Jie Chen committed Jan 9, 2025
1 parent 5e74dba commit e40ae4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

jobs:
download-linux-bootfiles:
runs-on: [self-hosted, 1ES.Pool=containerplat-github-runner-pool-east-us-2, 1ES.ImageOverride=ubuntu-22-04-with-pwsh]
runs-on: [self-hosted, 1ES.Pool=containerplat-github-runner-pool-east-us-2, 1ES.ImageOverride=github-mms-ubuntu-22]
name: Donwload Linux Bootfiles from feed
permissions:
id-token: write # This is required for OIDC login (azure/login) to succeed
Expand Down Expand Up @@ -296,7 +296,7 @@ jobs:
test-linux:
needs: [lint, protos, verify-vendor, go-gen]
runs-on: [self-hosted, 1ES.Pool=containerplat-github-runner-pool-east-us-2, 1ES.ImageOverride=ubuntu-22-04-with-pwsh]
runs-on: [self-hosted, 1ES.Pool=containerplat-github-runner-pool-east-us-2, 1ES.ImageOverride=github-mms-ubuntu-22]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit e40ae4f

Please sign in to comment.