Skip to content

Commit

Permalink
Run on ubuntu-latest, inside the scilus/actions-runner latest image, …
Browse files Browse the repository at this point in the history
…since the runner potentially cannot be raised on the kube
  • Loading branch information
AlexVCaron authored Nov 13, 2024
1 parent 0b107dc commit 142a1d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/actions-runner-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ on:

jobs:
compute-dependencies-versions:
runs-on: scilus-org-runners
runs-on: ubuntu-latest
container:
image: scilus/actions-runner:latest
outputs:
runner_current_version: ${{ steps.github-runner.outputs.current_version }}
runner_latest_version: ${{ steps.github-runner.outputs.latest_version }}
Expand Down

0 comments on commit 142a1d3

Please sign in to comment.