Skip to content

Commit 78408f1

Browse files
committed
Revert "Use ubuntu-latest runner"
This reverts commit 8686120.
1 parent 8686120 commit 78408f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reassurePerfTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# Note: We run baseline and delta performance checks in the same runner to reduce hardware variance across machines
1111
perf-tests:
1212
if: ${{ github.actor != 'OSBotify' }}
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-24.04-v4
1414
steps:
1515
# v4
1616
- name: Checkout

0 commit comments

Comments
 (0)