Skip to content

Commit

Permalink
Create Linux build images on a runner with more disk space (#2691)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptodev authored Feb 11, 2025
1 parent eb38adb commit 006e364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
linux_build_image:
name: Create a Linux build image
runs-on:
labels: github-hosted-ubuntu-x64-small
labels: github-hosted-ubuntu-x64-large
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
linux_build_image_boringcrypto:
name: Create a Linux build image for boringcrypto
runs-on:
labels: github-hosted-ubuntu-x64-small
labels: github-hosted-ubuntu-x64-large
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 006e364

Please sign in to comment.