Skip to content

Commit def8b52

Browse files
authored
[EngSys] Run clone-heavy workflows on ubuntu-24.04 instead of ubuntu-slim (#43231)
1 parent fa3a5c5 commit def8b52

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/arm-lease-validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions:
2222
jobs:
2323
arm-lease-validation:
2424
name: ARM Lease Validation
25-
runs-on: ubuntu-slim
25+
runs-on: ubuntu-24.04
2626

2727
steps:
2828
- name: Checkout repository

.github/workflows/arm-modeling-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: |
3131
(github.event.action != 'labeled' && github.event.action != 'unlabeled') ||
3232
github.event.label.name == 'ARMModelingSignedOff'
33-
runs-on: ubuntu-slim
33+
runs-on: ubuntu-24.04
3434
steps:
3535
- name: Checkout repository
3636
uses: actions/checkout@v6

.github/workflows/protected-files.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
protected-files:
2626
name: Protected Files
2727

28-
runs-on: ubuntu-slim
28+
runs-on: ubuntu-24.04
2929

3030
steps:
3131
# Since check is required, the job must pass instead of being skipped

.github/workflows/typespec-requirement.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
TypeSpec-Requirement:
1818
name: TypeSpec Requirement
1919

20-
runs-on: ubuntu-slim
20+
runs-on: ubuntu-24.04
2121

2222
steps:
2323
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)