Skip to content

Commit

Permalink
Merge pull request #558 from JuliaGraphics/ViralBShah-patch-1
Browse files Browse the repository at this point in the history
Run lesser CI by disabling nightly and 1.0 tests
  • Loading branch information
ViralBShah authored Oct 22, 2024
2 parents 9697129 + 64d91bc commit 37b45cf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/UnitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: ['1.0', '1.6', '1', 'nightly']
julia-version: ['1.6', '1']
os: [ubuntu-latest, windows-latest, macos-13]
julia-arch: [x64]
include:
Expand All @@ -34,9 +34,6 @@ jobs:
- os: macos-latest
julia-version: '1'
julia-arch: aarch64
- os: macos-latest
julia-version: 'nightly'
julia-arch: aarch64
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit 37b45cf

Please sign in to comment.