We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent addda49 commit 6cb21f7Copy full SHA for 6cb21f7
1 file changed
.github/workflows/build_test.yml
@@ -80,7 +80,9 @@ jobs:
80
fail-fast: false
81
matrix:
82
include:
83
- - { arch: x86_64, api-level: 23 }
+ # broken for unknown reasons. needs some offline debugging
84
+ # https://github.com/opendocument-app/OpenDocument.droid/issues/390
85
+ # - { arch: x86_64, api-level: 23 }
86
- { arch: x86_64, api-level: 29 }
87
- { arch: x86_64, api-level: 30 }
88
- { arch: x86_64, api-level: 32 }
0 commit comments