Fix runner label: ubuntu-latest -> linux
Some checks failed
Deploy to Server / deploy (push) Has been cancelled

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
kihong.kim
2026-01-04 19:51:57 +09:00
parent e442eb0168
commit c570c2add7

View File

@@ -7,7 +7,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
runs-on: linux
steps:
- name: Checkout code
uses: actions/checkout@v4