We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d81803 commit 4d17140Copy full SHA for 4d17140
.github/workflows/CICD.yml
@@ -10,7 +10,7 @@ env:
10
jobs:
11
build:
12
name: CI/CD
13
- runs-on: codebuild-tunefun-github-actions-hosted-build-${{ github.run_id }}-${{ github.run_attempt }}
+ runs-on: ubuntu-22.04
14
15
steps:
16
- uses: actions/checkout@v4
0 commit comments