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 ee10413 commit 2f29d9bCopy full SHA for 2f29d9b
.github/workflows/CI.yml
@@ -7,7 +7,7 @@ on:
7
tags: '*'
8
jobs:
9
test:
10
- name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
+ name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ github.event_name }}
11
runs-on: ${{ matrix.os }}
12
strategy:
13
fail-fast: false
0 commit comments