From 317248e77b185e0b37fb6bb7545042a460d2ae14 Mon Sep 17 00:00:00 2001 From: Leandro Campos Date: Mon, 3 Aug 2026 17:53:18 -0300 Subject: [PATCH] ci: move workloads to GitHub-hosted runners --- .github/workflows/sync-packagist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-packagist.yml b/.github/workflows/sync-packagist.yml index 478c0ce..b44962b 100644 --- a/.github/workflows/sync-packagist.yml +++ b/.github/workflows/sync-packagist.yml @@ -17,7 +17,7 @@ permissions: jobs: packagist: name: Trigger Packagist update - runs-on: [self-hosted, Linux, X64, nvoip-ci-public-release] + runs-on: ubuntu-latest steps: - name: Validate runner dependencies run: curl --version