Skip to content

Commit

Permalink
run unit tests only on Ubuntu CI runner
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed May 21, 2024
1 parent 9377c09 commit f2f0400
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,7 @@ jobs:

test-and-lint:
name: Check unit tests and lints
strategy:
matrix:
# macos-latest for tests on arm64
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit f2f0400

Please sign in to comment.