Skip to content

Commit

Permalink
No MacOS for now, Nixpkgs doesn't have any compatible Julia
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Nov 29, 2022
1 parent 5ae77d8 commit 4bfcf72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest] # macos-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
Expand All @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest] # macos-latest
test_depot:
- "1.8.3"
- "1.6.6"
Expand Down

0 comments on commit 4bfcf72

Please sign in to comment.