Skip to content

Commit d6b3129

Browse files
authored
Merge pull request #268 from AppDevNext/SpecificRunner
Fixed Ubuntu runner 22.04
2 parents 757d051 + 60df1ed commit d6b3129

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Android-CI-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build:
1010
name: Publish release
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- name: Checkout
1414
uses: actions/[email protected]

.github/workflows/Android-CI.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-
os: [ ubuntu-latest ]
20+
os: [ ubuntu-22.04 ]
2121
api: [ 28 ]
2222
tag: [ default ]
2323
abi: [ x86_64 ]

0 commit comments

Comments
 (0)