Skip to content

Commit 9297b35

Browse files
committed
chore: run on ubuntu
1 parent ea55e3f commit 9297b35

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ on:
99

1010
jobs:
1111
benchmarks:
12-
runs-on: codspeed-macro
12+
runs-on: ubuntu-latest
13+
# runs-on: codspeed-macro
1314
timeout-minutes: 20
1415
strategy:
1516
matrix:
1617
# IMPORTANT: The binary has to match the architecture of the runner!
1718
cmd:
18-
- testdata/take_strings-aarch64
19+
- testdata/take_strings-x86_64
1920
- echo Hello, World!
2021
- ls fib.py
2122
- tar --zstd -cf /tmp/fib.tar.gz fib.py && rm /tmp/fib.tar.gz

0 commit comments

Comments
 (0)