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 Sep 26, 2024
1 parent cef3763 commit 4345f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
jobs:
get-version:
name: Get Cilium version
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Generate tag
Expand All @@ -27,7 +27,7 @@ jobs:

build:
name: Build and push to registry
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [get-version]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4345f9b

Please sign in to comment.