Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency ubuntu to v24 (master) #2015

Merged
merged 1 commit into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion example-project/.github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
audit:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Audit
timeout-minutes: 10

Expand Down
2 changes: 1 addition & 1 deletion example-project/.github/workflows/auto-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
auto-merge:
name: Auto reviews updates
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 5

steps:
Expand Down
2 changes: 1 addition & 1 deletion example-project/.github/workflows/backport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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 example-project/.github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
changelog:
name: Changelog Generator
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 30

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

jobs:
clean:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Clean Docker hub tags
timeout-minutes: 5

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

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 example-project/.github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
main:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Continuous integration
timeout-minutes: 20
if: "!startsWith(github.event.head_commit.message, '[skip ci] ')"
Expand Down
2 changes: 1 addition & 1 deletion example-project/.github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
build:
name: Pull request check
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 5

steps:
Expand Down
Loading