Bump github actions runner to ubuntu 24.04

This commit is contained in:
shedaniel
2025-06-18 09:37:46 +08:00
parent 2b8b696d24
commit e5a1d739dd
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- uses: gradle/wrapper-validation-action@v1
license:
name: "Verify License integrity"
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2

View File

@@ -19,7 +19,7 @@ on:
jobs:
build:
name: "Build and Release"
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
if: |
!contains(github.event.head_commit.message, '[ci skip]')
steps: