summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/desktop-e2e.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml
index ce74e237af..766cab60d7 100644
--- a/.github/workflows/desktop-e2e.yml
+++ b/.github/workflows/desktop-e2e.yml
@@ -13,14 +13,14 @@ on:
workflow_dispatch:
inputs:
oses:
- description: "Space-delimited list of targets to run tests on, e.g. `debian12 ubuntu2004`. \
+ description: "Space-delimited list of targets to run tests on, e.g. `debian13 ubuntu2404`. \
Available images:\n
- `debian11 debian12 debian13 ubuntu2004 ubuntu2204 ubuntu2404 ubuntu2410 ubuntu2504 \
- fedora39 fedora40 fedora41 fedora42 fedora43 \
+ `debian11 debian12 debian13 ubuntu2204 ubuntu2404 ubuntu2504 \
+ fedora41 fedora42 fedora43 \
windows10 windows11 \
macos12 macos13 macos14 macos15 macos26`.\n
Default images:\n
- `debian13 ubuntu2004 ubuntu2204 ubuntu2404 ubuntu2410 ubuntu2504 \
+ `debian13 ubuntu2204 ubuntu2404 ubuntu2504 \
fedora41 fedora42 fedora43 windows10 windows11 \
macos13 macos14 macos15 macos26`."
default: ''
@@ -44,8 +44,8 @@ jobs:
run: |
# 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","fedora43"]'
- default='["debian13","ubuntu2004","ubuntu2204","ubuntu2404","ubuntu2410","ubuntu2504","fedora41","fedora42","fedora43"]'
+ all='["debian11","debian12","debian13","ubuntu2204","ubuntu2404","ubuntu2504","fedora41","fedora42","fedora43"]'
+ default='["debian13","ubuntu2204","ubuntu2404","ubuntu2504","fedora41","fedora42","fedora43"]'
oses="${{ github.event.inputs.oses }}"
echo "OSES: $oses"
if [[ -z "$oses" || "$oses" == "null" ]]; then