Skip to content

Commit

Permalink
Mullvad no longer supports Ubuntu 20.04
Browse files Browse the repository at this point in the history
Mullvad supports the latest 2 LTS releases.

Ubuntu 24.04 came out April 2024.

On 2024-05-16 the installation script started to fail:

> `E: The repository 'https://repository.mullvad.net/deb/stable focal Release' does not have a Release file.`

https://github.com/iainelder/dotfiles/actions/runs/9106964568/job/25035011989
  • Loading branch information
iainelder committed May 25, 2024
1 parent 481a62a commit 4e7cec4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mullvad-vpn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
fail-fast: false
matrix:
os:
- "ubuntu:20.04"
# Mullvad supports the last two LTS versions.
# Ubuntu 24.04 came out April 2024.
# - "ubuntu:20.04"
- "ubuntu:22.04"

runs-on: ubuntu-latest
Expand Down

0 comments on commit 4e7cec4

Please sign in to comment.