Merge pull request #4915 from BlueWallet/ref-ci-env

REF: bumped CI env
This commit is contained in:
GLaDOS 2022-07-27 20:33:36 +01:00 committed by GitHub
commit 6331c32617
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ on: [pull_request]
jobs:
test:
runs-on: macos-10.15 # tmp fix for https://github.com/ReactiveCircus/android-emulator-runner/issues/160
runs-on: macos-latest
steps:
- name: Checkout project
uses: actions/checkout@v3
@ -79,10 +79,10 @@ jobs:
run: npm install
- name: Use specific Java version for sdkmanager to work
uses: joschi/setup-jdk@v2
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '11'
architecture: 'x64'
- name: Build
run: npm run e2e:release-build