Skip to content

Commit ce50408

Browse files
authored
Use 16-core runner for Android releases (#3525)
1 parent 47605a9 commit ce50408

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/android-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
android-build-and-upload-release:
6464
needs: android-create-release
65-
runs-on: ubuntu-24.04
65+
runs-on: MapLibre_Native_Ubuntu_24_04_x84_16_core
6666
defaults:
6767
run:
6868
working-directory: platform/android

platform/android/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66

77
- Add action journal ([#3409](https://github.com/maplibre/maplibre-native/pull/3409)). Documentation: https://maplibre.org/maplibre-native/android/examples/observability/action-journal/
88
- Pattern layout performance improvement ([#3495](https://github.com/maplibre/maplibre-native/pull/3495)).
9+
- Add Tile LOD controls ([#2958](https://github.com/maplibre/maplibre-native/pull/2958)).
910

1011
### 🐞 Bug fixes
1112

1213
- Improve weak pointer use ([#3510](https://github.com/maplibre/maplibre-native/pull/3510)).
13-
14+
- Make sure AndroidRendererFrontend exists when accessing it ([#3522](https://github.com/maplibre/maplibre-native/pull/3522))
1415
## 11.9.0
1516

1617
### ✨ Features and improvements

0 commit comments

Comments
 (0)