From deb5867979646091cc3cdea5f8974e200353e0aa Mon Sep 17 00:00:00 2001 From: Adiyat Mubarak Date: Tue, 2 Aug 2022 15:09:31 +0700 Subject: [PATCH 1/2] Update README.md OpenVPN client for macOS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c769172..4e81f28 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ More Q&A in [FAQ.md](FAQ.md). - Windows: [The official OpenVPN community client](https://openvpn.net/index.php/download/community-downloads.html). - Linux: The `openvpn` package from your distribution. There is an [official APT repository](https://community.openvpn.net/openvpn/wiki/OpenvpnSoftwareRepos) for Debian/Ubuntu based distributions. -- macOS: [Tunnelblick](https://tunnelblick.net/), [Viscosity](https://www.sparklabs.com/viscosity/). +- macOS: [Tunnelblick](https://tunnelblick.net/), [Viscosity](https://www.sparklabs.com/viscosity/), [OpenVPN for Mac](https://openvpn.net/client-connect-vpn-for-mac-os/). - Android: [OpenVPN for Android](https://play.google.com/store/apps/details?id=de.blinkt.openvpn). - iOS: [The official OpenVPN Connect client](https://itunes.apple.com/us/app/openvpn-connect/id590379981). From 4553dd9c2181bc086975fd5c8e4bc56ba332a3e7 Mon Sep 17 00:00:00 2001 From: Stanislas Date: Wed, 17 Aug 2022 16:08:12 +0200 Subject: [PATCH 2/2] ci: remove ubuntu 21.10 as it is not supported by DO --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e5a478b..a0b796e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,6 @@ jobs: - debian-11-x64 - ubuntu-18-04-x64 - ubuntu-20-04-x64 - - ubuntu-21-10-x64 - fedora-35-x64 - centos-7-x64 - centos-stream-8-x64