Skip to content

Commit

Permalink
Use ubuntu 22 for workflows (#3103)
Browse files Browse the repository at this point in the history
  • Loading branch information
guimachiavelli authored Jan 15, 2025
1 parent bf0f627 commit 5bb9451
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-sample-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
add-pr-to-project:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/add-to-project@f5473ace9aeee8b97717b281e26980aa5097023f
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
preview-info:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Prepare comment content
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-docs-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
link-check:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.base_ref == 'main'
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5bb9451

Please sign in to comment.