Skip to content

Commit

Permalink
Merge pull request #138 from fingolfin/patch-1
Browse files Browse the repository at this point in the history
Fix CI.yml
  • Loading branch information
oscardssmith authored Sep 20, 2023
2 parents d514c70 + 02522f7 commit 69f1bee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
test:
name: Julia ${{ matrix.version }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand All @@ -21,7 +21,6 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
Expand Down

0 comments on commit 69f1bee

Please sign in to comment.