diff --git a/.github/workflows/ci-ubuntu-24.yml b/.github/workflows/ci-linux-self_hosted.yml similarity index 97% rename from .github/workflows/ci-ubuntu-24.yml rename to .github/workflows/ci-linux-self_hosted.yml index 4ac039e..2271661 100644 --- a/.github/workflows/ci-ubuntu-24.yml +++ b/.github/workflows/ci-linux-self_hosted.yml @@ -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: