Change runner from ubuntu-latest to self-hosted

This commit is contained in:
Michel Roegl-Brunner
2026-03-06 09:15:02 +01:00
committed by GitHub
parent e8953ca09f
commit 13a5761855

View File

@@ -9,7 +9,7 @@ on:
jobs:
push-json:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Checkout Repository
uses: actions/checkout@v4