Skip to content

Commit 3826346

Browse files
committed
Revert to previous changes, to force merge this PR, the changes might not be visible until the matrix is updated on the main branch... ?
1 parent 375f5ae commit 3826346

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/Benchmarks.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,21 @@ permissions:
77
pull-requests: write
88
jobs:
99
bench:
10-
name: Julia 1.9 - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
10+
name: Julia ${{ matrix.version }} - ${{ 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:
16+
version:
1717
- "1.9"
18+
- "1"
1819
os:
1920
- ubuntu-latest
2021
arch:
2122
- x64
2223
steps:
2324
- uses: MilesCranmer/AirspeedVelocity.jl@action-v1
2425
with:
25-
julia-version: "1.9"
26+
julia-version: ${{ matrix.version }}
2627
bench-on: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)