Skip to content

Commit 5bb9451

Browse files
Use ubuntu 22 for workflows (#3103)
1 parent bf0f627 commit 5bb9451

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/code-sample-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
add-pr-to-project:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- uses: actions/add-to-project@f5473ace9aeee8b97717b281e26980aa5097023f
1414
with:

.github/workflows/preview-info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010

1111
jobs:
1212
preview-info:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Prepare comment content

.github/workflows/validate-docs-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
link-check:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22.04
1010
if: github.base_ref == 'main'
1111
steps:
1212
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)