We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47bdbb0 commit b0a2af9Copy full SHA for b0a2af9
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ on:
8
types: [opened, synchronize, reopened]
9
jobs:
10
test:
11
- name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
+ name: Julia ${{ matrix.julia-version }} - ${{ matrix.os }} - ${{ matrix.julia-arch }} - ${{ github.event_name }}
12
runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
0 commit comments