Skip to content

Commit

Permalink
Use actuated runner to run benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
XSAM committed Jul 21, 2024
1 parent f983bc3 commit 398947e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Benchmark
on:
push:
tags:
- v1.*
branches:
- main
workflow_dispatch:

env:
DEFAULT_GO_VERSION: "~1.22.5"
jobs:
benchmark:
name: Benchmarks
runs-on: ubuntu-latest
runs-on: actuated-arm64-4cpu-4gb
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 398947e

Please sign in to comment.