fix(workflows): change build runner from CI to gbo
Some checks failed
GBCI / build (push) Failing after 1m26s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-03-26 19:50:42 -03:00
parent dbdb75c4d6
commit 47debcf2e7

View file

@ -8,7 +8,7 @@ on:
jobs:
build:
runs-on: CI
runs-on: gbo
steps:
- uses: actions/checkout@v4