1
0
mirror of synced 2025-01-10 21:41:53 +01:00

git: Updated more runners to Ubuntu 24.04

This commit is contained in:
Nik 2024-12-28 16:49:33 +01:00 committed by GitHub
parent 138517f116
commit 1605904eb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ jobs:
token: ${{ secrets.RELEASE_TOKEN }}
release-upload-artifacts:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
name: Release Upload Artifacts
steps:

View File

@ -6,7 +6,7 @@ on:
jobs:
close-issues:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
issues: write
pull-requests: write