Changed the runner version to ubuntu-22.04.

This commit is contained in:
MohitMaliFtechiz 2024-04-16 10:50:03 +05:30
parent 30424518a8
commit b0caf69715

View File

@ -14,7 +14,7 @@ jobs:
matrix:
api-level: [ 24, 30, 33 ]
fail-fast: true
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v4