From bd72b1c6dea432dda97f2f4b1f3617de026e1d25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 19:08:30 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 --- .github/workflows/build.yaml | 4 ++-- .github/workflows/lint.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ea68a65..8fe58e0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -7,7 +7,7 @@ on: # yamllint disable-line rule:truthy jobs: library: name: Library - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: TheHackerApp/setup-rust@main @@ -19,7 +19,7 @@ jobs: binary: name: Binary - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: TheHackerApp/setup-rust@main diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ca30193..214bf35 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,7 +7,7 @@ on: # yamllint disable-line rule:truthy jobs: yaml: name: YAML - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 @@ -16,7 +16,7 @@ jobs: style: name: Style - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: TheHackerApp/setup-rust@main @@ -29,7 +29,7 @@ jobs: clippy: name: Clippy - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: TheHackerApp/setup-rust@main