Skip to content

Commit b3865ad

Browse files
committed
ci: run only on ubuntu
1 parent 0e93254 commit b3865ad

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ concurrency:
2222

2323
jobs:
2424
test:
25-
runs-on: ${{matrix.os}}
26-
strategy:
27-
fail-fast: false
28-
matrix:
29-
os: [ubuntu-latest, windows-latest, macos-14]
25+
runs-on: ubuntu-latest
3026
steps:
3127
- name: Checkout repository
3228
uses: actions/checkout@v4

0 commit comments

Comments
 (0)