aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorIvan Komissarov <ABBAPOH@gmail.com>2024-02-15 09:16:00 +0100
committerIvan Komissarov <ABBAPOH@gmail.com>2024-02-19 14:05:54 +0000
commit9864bf313b33388daa410c6dbdf858859c129979 (patch)
treee04d9250efb39faba0cdf995b130074dc74fe379 /.github
parent569f804a75c045785a626f2cc8806af9e5ae5978 (diff)
docker: reduce number of Android images
Only Qt LTS images remain. Change-Id: Ic3fa3b661601a684f75b7e8ce6d74fa3bf0edab4 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 61e47cb6f..c5fc827d1 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -393,20 +393,6 @@ jobs:
script: './scripts/test-qt-for-android.sh',
}
- {
- name: 'Run Android tests (Qt 6.3.0)',
- image: 'focal-android-630',
- suffix: 'linux',
- profile: '',
- script: './scripts/test-qt-for-android.sh',
- }
- - {
- name: 'Run Android tests (Qt 6.4.2)',
- image: 'focal-android-642',
- suffix: 'linux',
- profile: '',
- script: './scripts/test-qt-for-android.sh',
- }
- - {
name: 'Run Android tests (Qt 6.5.0)',
image: 'focal-android-650',
suffix: 'linux',