Skip to content

Commit

Permalink
ci(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 26, 2024
1 parent 7b9fd8f commit 4d605aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
tool:
- { name: rustfmt, args: fmt --all --check }
- { name: clippy, args: clippy }
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -28,7 +28,7 @@ jobs:
run: cargo ${{ matrix.tool.args }}
test:
name: Build and test
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [lint]
services:
postgres:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
run: cargo test --verbose
release:
name: Release
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [test]
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
env:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
GITHUB_TOKEN: ${{ steps.atedeg-bot.outputs.token }}
outcome:
name: Build and release outcome
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [lint, test, release]
if: always()
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
lint:
name: Lint commits
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 4d605aa

Please sign in to comment.