ci: Change build and test jobs to self-hosted runners (#9837)

This commit is contained in:
Gabriel Luiz Freitas Almeida
2025-09-12 11:18:19 -03:00
committed by GitHub
parent 8c9d5824f7
commit 726beaebc3

View File

@ -24,7 +24,7 @@ env:
jobs:
test-docker:
runs-on: ubuntu-latest
runs-on: self-hosted
name: Test docker images
steps:
- uses: actions/checkout@v4