Skip to content

Commit

Permalink
Add macOS to CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Apr 17, 2022
1 parent 2b1c5b9 commit d1027b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
- os: windows-latest
arch: x64
version: 1
- os: macOS-latest
arch: x64
version: 1

steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit d1027b9

Please sign in to comment.