Skip to content

Commit

Permalink
Remove macOS test -- ns-3.35 appears to have made a change that affec…
Browse files Browse the repository at this point in the history
…ts contrib modules on macOS but not Linux
  • Loading branch information
nightlark committed May 23, 2022
1 parent 4ae83a7 commit 11e91ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
os: [ubuntu-latest]
steps:
# Install dependencies, then install HELICS from source
- name: Install dependencies (Linux)
Expand Down

0 comments on commit 11e91ab

Please sign in to comment.