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 d514c70 commit 02522f7Copy full SHA for 02522f7
.github/workflows/CI.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
test:
10
name: Julia ${{ matrix.version }} - ${{ github.event_name }}
11
- runs-on: ${{ matrix.os }}
+ runs-on: ubuntu-latest
12
strategy:
13
fail-fast: false
14
matrix:
@@ -21,7 +21,6 @@ jobs:
21
- uses: julia-actions/setup-julia@v1
22
with:
23
version: ${{ matrix.version }}
24
- arch: ${{ matrix.arch }}
25
- uses: julia-actions/cache@v1
26
- uses: julia-actions/julia-buildpkg@v1
27
- uses: julia-actions/julia-runtest@v1
0 commit comments