Skip to content

Commit 8143854

Browse files
chore: make one run on x86
1 parent cd422bb commit 8143854

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/codspeed.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
3939
codspeed-walltime:
4040
name: Run CodSpeed walltime
41-
runs-on: "codspeed-macro"
41+
# runs-on: "codspeed-macro"
42+
runs-on: "ubuntu-latest"
4243
steps:
4344
- uses: "actions/checkout@v4"
4445
with:

0 commit comments

Comments
 (0)