Skip to content

Commit cf3a7bd

Browse files
committed
Merge branch 'test-remove-unsupported-e2e-distros'
2 parents 0d3c317 + e30ec22 commit cf3a7bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/desktop-e2e.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ on:
1515
oses:
1616
description: "Space-delimited list of targets to run tests on, e.g. `debian11 debian12`. \
1717
Available images are:\n
18-
`debian11 debian12 ubuntu2004 ubuntu2204 ubuntu2304 ubuntu2310 ubuntu2404 fedora40 \
19-
fedora39 fedora38 fedora37 fedora36 windows10 windows11 macos12 macos13 macos14`."
18+
`debian11 debian12 ubuntu2004 ubuntu2204 ubuntu2404 fedora40 \
19+
fedora39 windows10 windows11 macos12 macos13 macos14`."
2020
default: ''
2121
required: false
2222
type: string
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
# A list of VMs to run the tests on. These refer to the names defined
3232
# in $XDG_CONFIG_DIR/mullvad-test/config.json on the runner.
33-
all='["debian11","debian12","ubuntu2004","ubuntu2204","ubuntu2304","ubuntu2310","ubuntu2404","fedora40","fedora39","fedora38","fedora37","fedora36"]'
33+
all='["debian11","debian12","ubuntu2004","ubuntu2204","ubuntu2404","fedora40","fedora39"]'
3434
oses="${{ github.event.inputs.oses }}"
3535
echo "OSES: $oses"
3636
if [[ -z "$oses" || "$oses" == "null" ]]; then

0 commit comments

Comments
 (0)