Skip to content

Commit

Permalink
Keep ubuntu-latest on branch 9.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jolelievre committed Jan 28, 2025
1 parent e665d84 commit 3018c98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
sanity:
permissions:
contents: read # to fetch code (actions/checkout)
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
name: Sanity
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui_tests_code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: npm run check:typescript

Steps-identifiers:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
name: Checking Steps identifiers

steps:
Expand Down

0 comments on commit 3018c98

Please sign in to comment.