summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2025-07-23 14:09:33 +0200
committerDavid Lönnhager <david.l@mullvad.net>2025-08-05 14:21:54 +0200
commitbf7d890a272e9a135ca4d98dc35ea4f2d2329f7f (patch)
treecb789bbaf3979a1d66832cf260ad79b4132a6258 /.github
parent232f7eee33f1b2def4c534497a68034acb6361c1 (diff)
downloadmullvadvpn-bf7d890a272e9a135ca4d98dc35ea4f2d2329f7f.tar.xz
mullvadvpn-bf7d890a272e9a135ca4d98dc35ea4f2d2329f7f.zip
Add macOS 26 to E2E test workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/desktop-e2e.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml
index 3c5cc0d0b3..6a4af15c56 100644
--- a/.github/workflows/desktop-e2e.yml
+++ b/.github/workflows/desktop-e2e.yml
@@ -17,7 +17,7 @@ on:
Available images:\n
`debian11 debian12 ubuntu2004 ubuntu2204 ubuntu2404 ubuntu2410 ubuntu2504 \
fedora39 fedora40 fedora41 fedora42 windows10 windows11 \
- macos12 macos13 macos14 macos15`.\n
+ macos12 macos13 macos14 macos15 macos26`.\n
Default images:\n
`debian12 ubuntu2004 ubuntu2204 ubuntu2404 ubuntu2410 ubuntu2504 \
fedora39 fedora40 fedora41 fedora42 windows10 windows11 \
@@ -72,7 +72,7 @@ jobs:
- name: Generate matrix for macOS builds
shell: bash
run: |
- all='["macos12","macos13","macos14","macos15"]'
+ all='["macos12","macos13","macos14","macos15","macos26"]'
default='["macos13","macos14","macos15"]'
oses="${{ github.event.inputs.oses }}"
if [[ -z "$oses" || "$oses" == "null" ]]; then