Run the GNS bridge job on the self-hosted runner instead of GitHub-hosted

The ubuntu-latest job cannot start while GitHub-hosted minutes are
billing-blocked. Target the self-hosted Linux x64 runner, matching the
rest of the CI (csharp-server.yml, CO-BETA/beta-ci.yml).
This commit is contained in:
NomadsReach
2026-08-16 16:51:10 -04:00
parent 5e8df12b70
commit ff5c6d883a
+1 -1
View File
@@ -13,7 +13,7 @@ on:
jobs:
linux:
name: Linux native GNS bridge
runs-on: ubuntu-latest
runs-on: [self-hosted, Linux, X64]
steps:
- uses: actions/checkout@v4