Skip to content

Commit 3888813

Browse files
committed
Run CI on macOS (in addition to Linux and Windows)
1 parent 76835cb commit 3888813

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci-julia-nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- 'nightly'
2929
os:
3030
- ubuntu-latest
31+
- macOS-latest
3132
- windows-latest
3233
arch:
3334
- x64

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- '1' # automatically expands to the latest stable 1.x release of Julia.
3030
os:
3131
- ubuntu-latest
32+
- macOS-latest
3233
- windows-latest
3334
arch:
3435
- x64

0 commit comments

Comments
 (0)