Skip to content

Commit 375f5ae

Browse files
committed
Hardcode name
1 parent 09dc12c commit 375f5ae

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/Benchmarks.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
pull-requests: write
88
jobs:
99
bench:
10-
name: Julia ${{ matrix.julia }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
10+
name: Julia 1.9 - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
1111
runs-on: ${{ matrix.os }}
1212
timeout-minutes: 60
1313
strategy:
@@ -22,6 +22,5 @@ jobs:
2222
steps:
2323
- uses: MilesCranmer/AirspeedVelocity.jl@action-v1
2424
with:
25-
julia-version:
26-
- "1.9"
25+
julia-version: "1.9"
2726
bench-on: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)