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.
2 parents 9fa6bfc + 29b5b82 commit 6542637Copy full SHA for 6542637
1 file changed
.github/workflows/build_test.yml
@@ -83,9 +83,11 @@ jobs:
83
# 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 }
+ # disabled after https://github.com/opendocument-app/OpenDocument.droid/commit/48d718054f1667e4c0ab0016006c8b3f601d6a3a
+ # - { arch: x86_64, api-level: 29 }
+ # - { arch: x86_64, api-level: 30 }
89
+ # - { arch: x86_64, api-level: 32 }
90
+ - { arch: x86_64, api-level: 34 }
91
steps:
92
- name: checkout
93
uses: actions/checkout@v4
0 commit comments