Skip to content

Commit a317956

Browse files
committed
test with standard 7.0
Signed-off-by: Arjun Raja Yogidas <[email protected]>
1 parent d25a2ea commit a317956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424

2525
jobs:
2626
test:
27-
runs-on: ubuntu-20.04
27+
runs-on: codebuild-soci-github-ci-pipeline-${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-7.0-xlarge
2828
timeout-minutes: 15
2929
steps:
3030
- uses: actions/checkout@v4
@@ -34,7 +34,7 @@ jobs:
3434
- run: make
3535
- run: make test
3636
integration:
37-
runs-on: ubuntu-20.04
37+
runs-on: codebuild-soci-github-ci-pipeline-${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-7.0-xlarge
3838
timeout-minutes: 40
3939
strategy:
4040
fail-fast: false

0 commit comments

Comments
 (0)