Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/arm-lease-validation.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: ARM Lease Validation

on:
Expand All @@ -22,7 +22,7 @@
jobs:
arm-lease-validation:
name: ARM Lease Validation
runs-on: ubuntu-slim
runs-on: ubuntu-24.04

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/arm-modeling-review.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: ARM Modeling Review

on:
Expand Down Expand Up @@ -30,7 +30,7 @@
if: |
(github.event.action != 'labeled' && github.event.action != 'unlabeled') ||
github.event.label.name == 'ARMModelingSignedOff'
runs-on: ubuntu-slim
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/protected-files.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: Protected Files

on:
Expand Down Expand Up @@ -25,7 +25,7 @@
protected-files:
name: Protected Files

runs-on: ubuntu-slim
runs-on: ubuntu-24.04

steps:
# Since check is required, the job must pass instead of being skipped
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typespec-requirement.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: TypeSpec Requirement

on:
Expand All @@ -17,7 +17,7 @@
TypeSpec-Requirement:
name: TypeSpec Requirement

runs-on: ubuntu-slim
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v6
Expand Down
Loading