Skip to content

Commit 2f067c5

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 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
@@ -47,4 +47,5 @@ jobs:
4747
- uses: actions/setup-go@v5
4848
with:
4949
go-version: ${{ env.GO_VERSION }}
50+
- run: goenv global 1.22.1
5051
- run: make integration

0 commit comments

Comments
 (0)