Skip to content

Commit 4d17140

Browse files
committed
fix(workflow) GitHub Actions
fix: GitHub Actions WorkFlow AWS CodeBuild Self-Hosted 제거
1 parent 5d81803 commit 4d17140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CICD.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
jobs:
1111
build:
1212
name: CI/CD
13-
runs-on: codebuild-tunefun-github-actions-hosted-build-${{ github.run_id }}-${{ github.run_attempt }}
13+
runs-on: ubuntu-22.04
1414

1515
steps:
1616
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)