Compare commits

...

4 Commits

Author SHA1 Message Date
Yang 437356159b Fix architecture. 2024-01-31 11:43:23 +11:00
Yang fa92a0ff54 Use m1 macos runner. 2024-01-31 10:59:10 +11:00
Yang bc2cd2aaea Prepare for release 2.30.1. 2024-01-26 23:26:22 +11:00
Róbert Papp 61a61f94a9 Run the action on Node 20 (#371) 2024-01-26 23:24:19 +11:00
3 changed files with 7 additions and 3 deletions
+2 -2
View File
@@ -38,10 +38,10 @@ jobs:
api-level: 30
target: aosp_atd
arch: x86
- os: macos-latest
- os: macos-14
api-level: 31
target: google_apis
arch: x86_64
arch: arm64-v8a
- os: ubuntu-latest
api-level: 34
target: aosp_atd
+4
View File
@@ -1,5 +1,9 @@
# Change Log
## v2.30.1
* Run action on Node 20. - [#371](https://github.com/ReactiveCircus/android-emulator-runner/pull/371)
## v2.30.0
* Update to Node 20. - [#369](https://github.com/ReactiveCircus/android-emulator-runner/pull/369)
+1 -1
View File
@@ -68,5 +68,5 @@ inputs:
pre-emulator-launch-script:
description: 'custom script to run after creating the AVD and before launching the emulator - e.g. `./adjust-emulator-configs.sh`'
runs:
using: 'node16'
using: 'node20'
main: 'lib/main.js'