Skip to content

Commit 39d38bb

Browse files
committed
Only run linux tests
1 parent 8af8152 commit 39d38bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
runs-on: ${{ matrix.os }}
2727
strategy:
2828
matrix:
29-
os: [ubuntu-latest, macos-latest]
29+
os: [ubuntu-latest] #, macos-latest]
3030
swift: ["6.1.0"]
31-
include:
32-
- os: windows-latest
33-
swift: "5.6.3"
31+
# include:
32+
# - os: windows-latest
33+
# swift: "5.6.3"
3434
steps:
3535
- uses: actions/checkout@v4
3636
- name: Setup Node

0 commit comments

Comments
 (0)