Skip to content

Commit

Permalink
Use smaller hosts for github runners
Browse files Browse the repository at this point in the history
  • Loading branch information
cbgbt committed Aug 5, 2023
1 parent a3c8ceb commit 129ac1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: build
runs-on:
group: bottlerocket
labels: bottlerocket_ubuntu-latest_16-core
labels: bottlerocket_ubuntu-latest_8-core
steps:
- uses: actions/checkout@v3
- run: rustup update stable
Expand All @@ -39,7 +39,7 @@ jobs:
name: brupop-image
runs-on:
group: bottlerocket
labels: bottlerocket_ubuntu-latest_16-core
labels: bottlerocket_ubuntu-latest_8-core
steps:
- uses: actions/checkout@v3
- run: make brupop-image
Expand Down

0 comments on commit 129ac1c

Please sign in to comment.