diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-08-27 14:08:23 +0200 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-08-28 14:52:52 +0200 |
| commit | 7b7b55e8d2879c7a2bb5579844b7119ba58dac46 (patch) | |
| tree | 1a099452daef921173c4fc087df4e13aa95fcc1a | |
| parent | c5974302a84e4359101ba06da4ced91f664a54a1 (diff) | |
| download | mullvadvpn-7b7b55e8d2879c7a2bb5579844b7119ba58dac46.tar.xz mullvadvpn-7b7b55e8d2879c7a2bb5579844b7119ba58dac46.zip | |
Update default end to end test VM from Debian 12 to Debian 13
| -rw-r--r-- | .github/workflows/desktop-e2e.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml index 719d6cd89e..9b4bb92201 100644 --- a/.github/workflows/desktop-e2e.yml +++ b/.github/workflows/desktop-e2e.yml @@ -19,7 +19,7 @@ on: fedora39 fedora40 fedora41 fedora42 windows10 windows11 \ macos12 macos13 macos14 macos15 macos26`.\n Default images:\n - `debian12 ubuntu2004 ubuntu2204 ubuntu2404 ubuntu2410 ubuntu2504 \ + `debian13 ubuntu2004 ubuntu2204 ubuntu2404 ubuntu2410 ubuntu2504 \ fedora39 fedora40 fedora41 fedora42 windows10 windows11 \ macos13 macos14 macos15 macos26`." default: '' @@ -44,7 +44,7 @@ jobs: # A list of VMs to run the tests on. These refer to the names defined # in $XDG_CONFIG_DIR/mullvad-test/config.json on the runner. all='["debian11","debian12","debian13","ubuntu2004","ubuntu2204","ubuntu2404","ubuntu2410","ubuntu2504","fedora39","fedora40","fedora41","fedora42"]' - default='["debian12","ubuntu2004","ubuntu2204","ubuntu2404","ubuntu2410","ubuntu2504","fedora40","fedora41","fedora42"]' + default='["debian13","ubuntu2004","ubuntu2204","ubuntu2404","ubuntu2410","ubuntu2504","fedora40","fedora41","fedora42"]' oses="${{ github.event.inputs.oses }}" echo "OSES: $oses" if [[ -z "$oses" || "$oses" == "null" ]]; then |
