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