Skip to content

Commit 30f8222

Browse files
author
Workbench
committed
chore: remove apt-android-5 from CI workflows
1 parent c00584d commit 30f8222

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/attach_debug_apks_to_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
package_variant: [ apt-android-7, apt-android-5 ]
14+
package_variant: [ apt-android-7 ]
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717

.github/workflows/debug_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
package_variant: [ apt-android-7, apt-android-5 ]
20+
package_variant: [ apt-android-7 ]
2121

2222
steps:
2323
- name: Clone repository

0 commit comments

Comments
 (0)