Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent cbd9db0 commit b3d738d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cla-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
cla-check:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Check if CLA signed
uses: canonical/has-signed-canonical-cla@v1
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Build and Test
strategy:
fail-fast: false
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
${{ runner.temp }}/.m2 \
${{ env.maven-image-name }}
multi-arch-build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Multi Architecture Build
strategy:
fail-fast: false
Expand Down

0 comments on commit b3d738d

Please sign in to comment.