Skip to content

Commit c12e2a8

Browse files
committed
enable more os in CI
1 parent a87d918 commit c12e2a8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/CI-ENH.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- 'nightly'
2828
os:
2929
- ubuntu-latest
30-
# - macOS-latest
31-
# - windows-latest
30+
- macOS-latest
31+
- windows-latest
3232
steps:
3333
- uses: actions/checkout@v4
3434
- uses: julia-actions/install-juliaup@v2

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- 'nightly'
3333
os:
3434
- ubuntu-latest
35-
# - macOS-latest
36-
# - windows-latest
35+
- macOS-latest
36+
- windows-latest
3737
steps:
3838
- uses: actions/checkout@v4
3939
- uses: julia-actions/install-juliaup@v2

0 commit comments

Comments
 (0)