Skip to content

Commit 5a4b680

Browse files
committed
Fix an error for the job name, and fully conform syntax to the snippet on AirSpeedVelocity's readme
1 parent 6e1c619 commit 5a4b680

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Benchmarks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ permissions:
77
pull-requests: write
88
jobs:
99
bench:
10-
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
10+
name: Julia ${{ matrix.julia }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
1111
runs-on: ${{ matrix.os }}
1212
timeout-minutes: 60
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
julia-version: ["1", "1.10"]
16+
julia: ['1', '1.9']
1717
os:
1818
- ubuntu-latest
1919
arch:
2020
- x64
2121
steps:
2222
- uses: MilesCranmer/AirspeedVelocity.jl@action-v1
2323
with:
24-
julia-version: ${{ matrix.julia-version }}
24+
julia-version: ${{ matrix.julia }}
2525
bench-on: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)