Skip to content

Commit

Permalink
Remove OS matrix from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeboone02 committed Aug 7, 2023
1 parent 4c344f0 commit 09309ef
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,8 @@ on: [push]

jobs:
build:
name: Build and test on ${{ matrix.os }}

runs-on: ${{ matrix.os }}
strategy:
matrix:
# os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest]
name: Build and test
runs-on: ubuntu-latest

steps:
- name: Checkout repo
Expand All @@ -31,5 +26,4 @@ jobs:

# TODO: Upload to Codecov once Bun outputs lcov (https://github.com/oven-sh/bun/issues/4015)
# - name: Upload coverage to Codecov
# # if: matrix.os == 'ubuntu-latest' && matrix.node == '18.x'
# uses: codecov/codecov-action@v1

0 comments on commit 09309ef

Please sign in to comment.