Skip to content

Commit

Permalink
Merge pull request #14 from groundlight/configure-gh-actions-bigger-r…
Browse files Browse the repository at this point in the history
…unner

configure github actions to run on a larger runner
  • Loading branch information
blaise-muhirwa authored Dec 21, 2023
2 parents 3754fc5 + 9576784 commit b1cb158
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
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
runs-on:
labels: ubuntu-22.04-8core
steps:
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit b1cb158

Please sign in to comment.