Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nhz2 committed Feb 1, 2024
1 parent 0874f25 commit a793c7d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,12 @@ jobs:
matrix:
version:
- '1.6'
- '1.7'
- '1.8'
- '1.9'
- '1'
os:
# - ubuntu-latest
- ubuntu-latest
- windows-latest
# - macos-latest
- macos-latest
arch:
- x64
steps:
Expand All @@ -38,7 +36,7 @@ jobs:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
show-versioninfo: true
# - uses: julia-actions/cache@v1
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
Expand Down

0 comments on commit a793c7d

Please sign in to comment.