Skip to content

Commit 11a1bee

Browse files
committed
Update core test runners + action versions
1 parent db4138a commit 11a1bee

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci-core.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ jobs:
257257
type:
258258
- cmd: go_core_tests
259259
os: runs-on=${{ github.run_id
260-
}}-unit/cpu=48/ram=96/family=c6id+c5ad/spot=false/image=ubuntu24-full-x64/extras=s3-cache
260+
}}-unit/cpu=48/ram=96/family=c7id+c8id/spot=false/image=ubuntu24-full-x64/extras=s3-cache
261261
should-run: ${{ needs.filter.outputs.should-run-core-tests }}
262262
trunk-auto-quarantine: "true"
263263
go-mod-directory: ""
@@ -268,7 +268,7 @@ jobs:
268268

269269
- cmd: go_core_tests_integration
270270
os: runs-on=${{ github.run_id
271-
}}-integ/cpu=48/ram=96/family=c6i/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
271+
}}-integ/cpu=48/ram=96/family=c7i+c8i/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
272272
should-run: ${{ needs.filter.outputs.should-run-core-tests }}
273273
trunk-auto-quarantine: "true"
274274
setup-solana: "true"
@@ -279,7 +279,7 @@ jobs:
279279

280280
- cmd: go_core_fuzz
281281
os: runs-on=${{
282-
github.run_id}}-fuzz/cpu=8/ram=32/family=m6id+m6idn/spot=false/image=ubuntu24-full-x64/extras=s3-cache
282+
github.run_id}}-fuzz/cpu=8/ram=32/family=m7id+m7idn+m8id+m8idn/spot=false/image=ubuntu24-full-x64/extras=s3-cache
283283
should-run: ${{ needs.filter.outputs.should-run-core-tests }}
284284
trunk-auto-quarantine: "false"
285285
go-mod-directory: ""
@@ -290,7 +290,7 @@ jobs:
290290

291291
- cmd: go_core_race_tests
292292
os: runs-on=${{
293-
github.run_id}}-race/cpu=64/ram=128/family=c7i/volume=80gb/spot=false/image=ubuntu24-full-x64/extras=s3-cache
293+
github.run_id}}-race/cpu=64/ram=128/family=c7i+c8i/volume=80gb/spot=false/image=ubuntu24-full-x64/extras=s3-cache
294294
should-run: ${{ needs.filter.outputs.should-run-core-tests }}
295295
trunk-auto-quarantine: "false"
296296
go-mod-directory: ""
@@ -317,7 +317,7 @@ jobs:
317317

318318
- name: Checkout the repo
319319
if: ${{ matrix.type.should-run == 'true' }}
320-
uses: actions/checkout@v6
320+
uses: actions/checkout@v7
321321
with:
322322
persist-credentials: false
323323

@@ -492,7 +492,7 @@ jobs:
492492
if: ${{ needs.filter.outputs.should-run-core-tests == 'true' }}
493493
steps:
494494
- name: Checkout
495-
uses: actions/checkout@v6
495+
uses: actions/checkout@v7
496496

497497
- name: Setup Go
498498
uses: ./.github/actions/setup-go
@@ -523,7 +523,7 @@ jobs:
523523
runs-on: ubuntu-latest
524524
steps:
525525
- name: Checkout the repo
526-
uses: actions/checkout@v6
526+
uses: actions/checkout@v7
527527
with:
528528
persist-credentials: false
529529
fetch-depth: 0 # fetches all history for all tags and branches to provide more metadata for sonar reports
@@ -630,7 +630,7 @@ jobs:
630630
run:
631631
shell: bash
632632
steps:
633-
- uses: actions/checkout@v6
633+
- uses: actions/checkout@v7
634634
with:
635635
persist-credentials: false
636636
- name: Setup Go
@@ -692,7 +692,7 @@ jobs:
692692
name: Misc
693693
runs-on: ubuntu-latest
694694
steps:
695-
- uses: actions/checkout@v6
695+
- uses: actions/checkout@v7
696696
with:
697697
persist-credentials: false
698698
- name: Setup go

0 commit comments

Comments
 (0)