Skip to content

Commit

Permalink
ci: change to runner ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
sswastioyono18 committed Jul 7, 2024
1 parent edd5dd9 commit e47a8a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
test-build:
runs-on: ktbs-small-runner
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
name: release-please
jobs:
release-please:
runs-on: ktbs-small-runner
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
Expand Down

0 comments on commit e47a8a8

Please sign in to comment.