Replace ubuntu24.04 workflow by a self-hosted linux runner (#2123)

This commit is contained in:
Andreas Süßenbach 2025-04-07 09:33:17 +02:00 committed by GitHub
parent 450a047750
commit 893cc80cf9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
name: CI Ubuntu 24
name: Self-hosted Linux
on:
pull_request:
@ -7,7 +7,7 @@ on:
jobs:
build:
runs-on: ubuntu-24.04
runs-on: [self-hosted, linux]
defaults:
run: