We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09dc12c commit 375f5aeCopy full SHA for 375f5ae
1 file changed
.github/workflows/Benchmarks.yml
@@ -7,7 +7,7 @@ permissions:
7
pull-requests: write
8
jobs:
9
bench:
10
- name: Julia ${{ matrix.julia }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
+ name: Julia 1.9 - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
11
runs-on: ${{ matrix.os }}
12
timeout-minutes: 60
13
strategy:
@@ -22,6 +22,5 @@ jobs:
22
steps:
23
- uses: MilesCranmer/AirspeedVelocity.jl@action-v1
24
with:
25
- julia-version:
26
- - "1.9"
+ julia-version: "1.9"
27
bench-on: ${{ github.event.pull_request.head.sha }}
0 commit comments