Skip to content

Commit

Permalink
explicitly specify runner label
Browse files Browse the repository at this point in the history
  • Loading branch information
blaise-muhirwa committed Dec 21, 2023
1 parent 09923ea commit 9576784
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ on:

jobs:
build:
runs-on: ubuntu-22.04-8core
runs-on:
labels: ubuntu-22.04-8core

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -60,7 +61,8 @@ jobs:
release:
if: startsWith(github.ref, 'refs/tags/')
needs: [build]
runs-on: ubuntu-22.04-8core
runs-on:
labels: ubuntu-22.04-8core
steps:
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 9576784

Please sign in to comment.