Skip to content

Commit

Permalink
fewer CI
Browse files Browse the repository at this point in the history
  • Loading branch information
prbzrg committed Jan 12, 2025
1 parent 0f17df5 commit 5b1c25e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI-ENH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
version:
- 'release'
- 'lts'
- 'nightly'
# - 'nightly'
os:
- ubuntu-latest
- macOS-latest
- windows-latest
# - macOS-latest
# - windows-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/install-juliaup@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
version:
- 'release'
- 'lts'
- 'nightly'
# - 'nightly'
os:
- ubuntu-latest
- macOS-latest
- windows-latest
# - macOS-latest
# - windows-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/install-juliaup@v2
Expand Down

0 comments on commit 5b1c25e

Please sign in to comment.