diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/desktop-e2e.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml index 04bd820a3d..d386078d4e 100644 --- a/.github/workflows/desktop-e2e.yml +++ b/.github/workflows/desktop-e2e.yml @@ -15,8 +15,8 @@ on: oses: description: "Space-delimited list of targets to run tests on, e.g. `debian11 debian12`. \ Available images are:\n - `debian11 debian12 ubuntu2004 ubuntu2204 ubuntu2404 ubuntu2410 fedora40 \ - fedora39 windows10 windows11 macos12 macos13 macos14 macos15`." + `debian11 debian12 ubuntu2004 ubuntu2204 ubuntu2404 ubuntu2410 fedora39 \ + fedora40 fedora41 windows10 windows11 macos12 macos13 macos14 macos15`." default: '' required: false type: string @@ -38,7 +38,7 @@ 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","ubuntu2004","ubuntu2204","ubuntu2404","ubuntu2410","fedora40","fedora39"]' + all='["debian11","debian12","ubuntu2004","ubuntu2204","ubuntu2404","ubuntu2410","fedora39","fedora40","fedora41"]' oses="${{ github.event.inputs.oses }}" echo "OSES: $oses" if [[ -z "$oses" || "$oses" == "null" ]]; then |
