chore(deps): update dependency ubuntu to v24

This commit is contained in:
renovate[bot] 2024-12-30 17:15:15 +00:00 committed by GitHub
parent 07bd4476b2
commit 7aab457faf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ on:
jobs:
build:
runs-on: 'ubuntu-22.04'
runs-on: 'ubuntu-24.04'
steps:
- uses: actions/checkout@v4

View File

@ -10,7 +10,7 @@ permissions: write-all
jobs:
release:
name: Release
runs-on: 'ubuntu-22.04'
runs-on: 'ubuntu-24.04'
steps:
- name: Checkout Repo
uses: actions/checkout@v4