Merge branch 'master' into addref

This commit is contained in:
Overtorment 2024-04-28 09:03:03 +01:00 committed by GitHub
commit b47524a731
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,7 +55,7 @@ jobs:
MNEMONICS_COLDCARD: ${{ secrets.MNEMONICS_COLDCARD }}
e2e:
runs-on: macos-latest
runs-on: macos-13
steps:
- name: checkout
uses: actions/checkout@v4
@ -90,7 +90,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '11'
java-version: '17'
- name: Build
run: npm run e2e:release-build