Skip to content

Commit

Permalink
fix: Backend CI runner 를 self-hosted로 변경 #120
Browse files Browse the repository at this point in the history
- 현재 ubuntu-lasted로 하면 CI가 무한루프도는 문제가 있어 self-hosted로 임시 변경
- 추후 문제 해결시 다시 ubuntu-lasted로 변경 예정
  • Loading branch information
jhon3242 committed Aug 3, 2024
1 parent d88137b commit 1ad477a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/be-ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build:
timeout-minutes: 4
runs-on: ubuntu-latest
runs-on: [ self-hosted, linux, ARM64 ]

defaults:
run:
Expand Down

0 comments on commit 1ad477a

Please sign in to comment.