Skip to content

Commit 6d9618e

Browse files
authored
use ubuntu latest as 8 cores unavailable (#2322)
1 parent 292f678 commit 6d9618e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terminal-bench.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
run-benchmark:
1818
# avoids disk storage issues
19-
runs-on: ubuntu-latest-8-cores
19+
runs-on: ubuntu-latest
2020
# makes these env vars available in main.py
2121
env:
2222
CHAT_DOWNLOAD_ROLE_ARN: ${{ secrets.CHAT_DOWNLOAD_ROLE_ARN }}

0 commit comments

Comments
 (0)