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 757d051 + 60df1ed commit d6b3129Copy full SHA for d6b3129
.github/workflows/Android-CI-release.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
build:
10
name: Publish release
11
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
12
steps:
13
- name: Checkout
14
uses: actions/[email protected]
.github/workflows/Android-CI.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
fail-fast: false
19
matrix:
20
- os: [ ubuntu-latest ]
+ os: [ ubuntu-22.04 ]
21
api: [ 28 ]
22
tag: [ default ]
23
abi: [ x86_64 ]
0 commit comments