Skip to content

Commit 4a6c27e

Browse files
committed
Remove rather than comment out
1 parent 7b6c294 commit 4a6c27e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)