Skip to content

Commit 3ef38d2

Browse files
committed
ci: remove Windows target from CI workflow
This commit removes the x86_64-pc-windows-gnu target from the CI workflow. This change is made to streamline the build process and focus on macOS targets, as Windows support is no longer required.
1 parent 55f3a16 commit 3ef38d2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
os: macos-latest
3939
- target: aarch64-apple-darwin
4040
os: macos-latest
41-
- target: x86_64-pc-windows-gnu
42-
os: windows-latest
4341

4442
runs-on: ${{ matrix.os}}
4543
if:

0 commit comments

Comments
 (0)