Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu github actions runner to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-self-hosted-apter[bot] committed May 8, 2024
1 parent 1aafa89 commit e01f13e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
actions: write
contents: read
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
path: ${{ github.workspace }}/build/reports/kover/report.xml
retention-days: 5
release:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: write
needs:
Expand All @@ -84,7 +84,7 @@ jobs:
GIT_USER_EMAIL: ${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com
RELEASE_VERSION: ${{ github.event.inputs.releaseVersion }}
kover:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- build
permissions:
Expand Down

0 comments on commit e01f13e

Please sign in to comment.