chores(ci): update ubuntu (#2138)

This commit is contained in:
yetone
2025-06-04 03:30:44 +08:00
committed by GitHub
parent e067abcd61
commit 28f0bf75d0

View File

@@ -15,7 +15,7 @@ jobs:
create-release:
permissions:
contents: write
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
outputs:
release_id: ${{ steps.create-release.outputs.id }}
release_upload_url: ${{ steps.create-release.outputs.upload_url }}
@@ -165,7 +165,7 @@ jobs:
publish-release:
permissions:
contents: write
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
needs: [create-release, releases-matrix]
steps: