Skip to content

Commit

Permalink
Update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent 5c662d4 commit a895a42
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
backport:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Backport
timeout-minutes: 5

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
main:
name: Continuous integration
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 20

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
auto-merge:
name: Auto reviews pull requests from bots
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 5

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_l10n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
l10n:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Update l10n cron job
timeout-minutes: 10

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-25.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
upgrade:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Upgrade 2.5
timeout-minutes: 10

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-26.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
upgrade:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Upgrade 2.6
timeout-minutes: 10

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-27.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
upgrade:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Upgrade 2.7
timeout-minutes: 10

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/uptodate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
main:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Compare simple and advance branch
timeout-minutes: 10

Expand Down

0 comments on commit a895a42

Please sign in to comment.