Skip to content

Commit 0cafeef

Browse files
committed
Remove OS matrix from CI
1 parent 2c952ab commit 0cafeef

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,8 @@ on: [push]
33

44
jobs:
55
build:
6-
name: Build and test on ${{ matrix.os }}
7-
8-
runs-on: ${{ matrix.os }}
9-
strategy:
10-
matrix:
11-
# os: [ubuntu-latest, windows-latest, macOS-latest]
12-
os: [ubuntu-latest]
6+
name: Build and test
7+
runs-on: ubuntu-latest
138

149
steps:
1510
- name: Checkout repo
@@ -31,5 +26,4 @@ jobs:
3126

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

0 commit comments

Comments
 (0)