diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml
deleted file mode 100644
index b7b98ba..0000000
--- a/.github/workflows/freebsd.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-name: FreeBSD
-
-on: [push, pull_request]
-
-jobs:
- build:
- runs-on: macos-latest
- steps:
- - uses: actions/checkout@v2
- - name: FreeBSD build
- id: test
- uses: vmactions/freebsd-vm@v0.1.4
- with:
- usesh: true
- prepare: pkg install -y curl wget libssh gcc vim dbus pkgconf
- run: |
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rustup.sh && \
- chmod +x /tmp/rustup.sh && \
- /tmp/rustup.sh -y
- . $HOME/.cargo/env
- cargo build --no-default-features
- cargo test --no-default-features --verbose --features github-actions
diff --git a/README.md b/README.md
index 095d0f9..78a7af6 100644
--- a/README.md
+++ b/README.md
@@ -108,11 +108,6 @@
src="https://github.com/veeso/termscp/workflows/Windows/badge.svg"
alt="Windows CI"
/>
-
