We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25a2ea commit a317956Copy full SHA for a317956
.github/workflows/build.yml
@@ -24,7 +24,7 @@ env:
24
25
jobs:
26
test:
27
- runs-on: ubuntu-20.04
+ runs-on: codebuild-soci-github-ci-pipeline-${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-7.0-xlarge
28
timeout-minutes: 15
29
steps:
30
- uses: actions/checkout@v4
@@ -34,7 +34,7 @@ jobs:
34
- run: make
35
- run: make test
36
integration:
37
38
timeout-minutes: 40
39
strategy:
40
fail-fast: false
0 commit comments