Skip to content

Commit

Permalink
Add Julia on Mac OS, but allow to fail
Browse files Browse the repository at this point in the history
Julia is not supported on Mac OS yet, but it's in the works:

  NixOS/nixpkgs#123394
  • Loading branch information
jacg committed Aug 26, 2021
1 parent 100d4d2 commit e0c19ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
matrix:
os: [ubuntu-latest]
allow-fail: [false]
include:
- os: macos-10.15
allow-fail: true
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v13
Expand Down

0 comments on commit e0c19ca

Please sign in to comment.