Skip to content

Commit 78c0486

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 63fbcb8 commit 78c0486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
sdk-benchmarks:
1212
permissions:
1313
contents: write # required for pushing to gh-pages
14-
runs-on: oracle-bare-metal-64cpu-512gb-x86-64
14+
runs-on: oracle-bare-metal-64cpu-1024gb-x86-64-ubuntu-24
1515
container:
1616
image: python:3.13-slim
1717
steps:

0 commit comments

Comments
 (0)