Skip to content

Commit

Permalink
Merge mac and linux pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Aug 31, 2023
1 parent b3363a4 commit ead47a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/mac.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ env:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
script: ["./test.sh", "./bench.sh"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Install nix
Expand Down

0 comments on commit ead47a7

Please sign in to comment.