Skip to content

Commit

Permalink
Replace buildjet runners
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Nov 1, 2023
1 parent d49ff0a commit 3870938
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apply-version-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
update-pr-with-changes:
needs: [ get-changes-scope, get-version-scope ]
if: needs.get-version-scope.outputs.has-versioning == 'true' && needs.get-changes-scope.outputs.num-packages > 0
runs-on: buildjet-16vcpu-ubuntu-2204
runs-on: ubuntu-latest-16-cores
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install-linux-build-deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- '.github/workflows/integration-reusable.yml'
build-and-test:
name: Build and Test
runs-on: buildjet-8vcpu-ubuntu-2204
runs-on: ubuntu-latest-16-cores
needs: changes
if: |
inputs.changes == false ||
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/program-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

build-lint-and-test:
name: Build Lint and Test
runs-on: buildjet-8vcpu-ubuntu-2204
runs-on: ubuntu-latest-16-cores
needs: changes
if: |
inputs.changes == false ||
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-lib-on-pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
needs: [get-changes-scope]
# note: checking for empty string just doesn't work, so we explicitly return and check null in the case that there's nothing to verify
if: ${{ needs.get-changes-scope.outputs.packages != 'null' }}
runs-on: buildjet-16vcpu-ubuntu-2204
runs-on: ubuntu-latest-16-cores
steps:
# branch should be the branch from which the PR is opened
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3870938

Please sign in to comment.