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 a8aeb3e commit 02431ab
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
backport:
name: Backport
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 5

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delete-old-workflows-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 25
name: Delete old workflow runs

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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
4 changes: 2 additions & 2 deletions .github/workflows/rebuild-2-6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
config:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Config
timeout-minutes: 10

Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
if: "!contains(matrix.branch, '-simple')"

geoportal:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Geoportal
timeout-minutes: 10

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

strategy:
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-2-5.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-2-6.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-2-7.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/upgrade-2-8.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.8
timeout-minutes: 10

Expand Down

0 comments on commit 02431ab

Please sign in to comment.