Skip to content

Commit

Permalink
fix: use github hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
radupopa369 committed Feb 27, 2025
1 parent 6b3f73f commit afa215a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-containers-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:

read-github-context-object:
runs-on: buildjet-8vcpu-ubuntu-2404
runs-on: ubuntu-latest
steps:
# I know this is not pretty (debug information) but it's useful to have this
- name: Read github context
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checks-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:

read-github-context-object:
runs-on: buildjet-8vcpu-ubuntu-2404
runs-on: ubuntu-latest
steps:
# I know this is not pretty (debug information) but it's useful to have this
- name: Read github context
Expand Down

0 comments on commit afa215a

Please sign in to comment.