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
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