mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 01:37:40 +00:00
feat: Adjust Automated integration test CI to run on ubuntu 20.04-a
This commit is contained in:
parent
e7670c2390
commit
b915e274a7
1 changed files with 2 additions and 3 deletions
|
@ -2,12 +2,11 @@ name: Automated Integration Tests
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
[main]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
Automated_integration_tests:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
api-level: [23, 24, 29]
|
||||
|
|
Loading…
Reference in a new issue