feat: Adjust Automated integration test CI to run on ubuntu 20.04-a

This commit is contained in:
Blazebrain 2024-07-03 14:46:20 +01:00
parent e7670c2390
commit b915e274a7

View file

@ -2,12 +2,11 @@ name: Automated Integration Tests
on: on:
pull_request: pull_request:
branches: branches: [ main ]
[main]
jobs: jobs:
Automated_integration_tests: Automated_integration_tests:
runs-on: ubuntu-latest runs-on: ubuntu-20.04
strategy: strategy:
matrix: matrix:
api-level: [23, 24, 29] api-level: [23, 24, 29]