Skip to content

Commit 5d41eef

Browse files
committed
Still no dice, tweak syntax
1 parent 6d86495 commit 5d41eef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
julia: ['1', '1.9']
16+
julia: "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: '1.9'
24+
julia-version: "1.9"
2525
bench-on: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)