Skip to content

Commit

Permalink
Saving some costs by the 2cpu versions of the runners
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Oct 10, 2024
1 parent c6b4540 commit 5ffbc45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
jobs:
builds:
if: ${{ !(github.ref == 'refs/heads/main' && contains(github.event.head_commit.message, '[maven-release-plugin]')) }}
runs-on: buildjet-4vcpu-ubuntu-2204
runs-on: buildjet-2vcpu-ubuntu-2204
needs: [tests]
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [buildjet-4vcpu-ubuntu-2204, windows-latest, macos-latest]
os: [buildjet-2vcpu-ubuntu-2204, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down

0 comments on commit 5ffbc45

Please sign in to comment.