Skip to content

Commit

Permalink
enable more os in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
prbzrg committed Dec 18, 2024
1 parent a87d918 commit c12e2a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-ENH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- '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
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- '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 c12e2a8

Please sign in to comment.