Skip to content

Commit

Permalink
ci: use github hosted runner to unblock the image builds
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick committed Aug 9, 2024
1 parent 0282e1e commit 42b1b90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/zxc-build-legacy-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ jobs:

build-legacy-images:
name: ${{ inputs.custom-job-label || 'Build' }}
runs-on: [self-hosted, Linux, medium, ephemeral]
# runs-on: [self-hosted, Linux, medium, ephemeral]
runs-on: ubuntu-22.04
needs:
- create-tool-cache
steps:
Expand Down

0 comments on commit 42b1b90

Please sign in to comment.