chore(ci): move also other jobs to public runner (#5683)

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto 2025-06-18 22:00:12 +02:00 committed by GitHub
parent a463d40a3e
commit 3fcfaec7c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
checksum_check: checksum_check:
runs-on: arc-runner-set runs-on: ubuntu-latest
steps: steps:
- name: Force Install GIT latest - name: Force Install GIT latest
run: | run: |

View file

@ -17,7 +17,7 @@ jobs:
matrix: matrix:
include: include:
- grpc-base-image: ubuntu:22.04 - grpc-base-image: ubuntu:22.04
runs-on: 'arc-runner-set' runs-on: 'ubuntu-latest'
platforms: 'linux/amd64,linux/arm64' platforms: 'linux/amd64,linux/arm64'
runs-on: ${{matrix.runs-on}} runs-on: ${{matrix.runs-on}}
steps: steps: