Skip to content

Commit

Permalink
reinstall macos test job
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaferranti committed Mar 25, 2024
1 parent 10ff0de commit 42fa2c0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
- name: Run tests
run: |
mason test --show
# mac-test:
# runs-on: macos-latest
# steps:
# - uses: actions/checkout@v3
# - name: Install dependencies
# run: |
# brew install chapel
# - name: Run test
# run: |
# mason test --show
mac-test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
brew install chapel
- name: Run test
run: |
mason test --show

0 comments on commit 42fa2c0

Please sign in to comment.