Skip to content

Commit a2d2416

Browse files
committed
Migrate to new bare metal runner (Ubuntu 24)
Replace `oracle-bare-metal-64cpu-512gb-x86-64` with `oracle-bare-metal-64cpu-1024gb-x86-64-ubuntu-24`. The old Oracle Linux 8 runner is being decommissioned in favor of the new Ubuntu 24 runner. Related: open-telemetry/community#3310 open-telemetry/community#3311
1 parent 7e13b02 commit a2d2416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
permissions:
2929
contents: write # required for pushing to gh-pages branch
3030
name: Benchmarks
31-
runs-on: oracle-bare-metal-64cpu-512gb-x86-64
31+
runs-on: oracle-bare-metal-64cpu-1024gb-x86-64-ubuntu-24
3232
strategy:
3333
matrix:
3434
shard: ${{ fromJson(needs.sharding-benchmark.outputs.shards) }}

0 commit comments

Comments
 (0)