Skip to content

Commit

Permalink
Try ubuntu latest + upgrade to kotlin 1.9.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Daeda88 committed Dec 5, 2023
1 parent 299ab66 commit cdf4a0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,12 @@ on:

jobs:
build-android:
runs-on: 4-core-ubuntu
runs-on: ubuntu-latest
strategy:
matrix:
api-level: [ 34 ]
steps:
- uses: actions/checkout@v3
- name: Enable KVM group perms
run: |
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
- name: Setup test environment
uses: ./.github/actions/setup_test_action
- name: AVD cache
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ firebase-storage.version=1.10.4

# Dependencies Versions:
gradlePluginVersion=8.1.3
kotlinVersion=1.9.20
kotlinVersion=1.9.21
coroutinesVersion=1.7.3
serializationVersion=1.6.0
firebaseBoMVersion=32.5.0
Expand Down

0 comments on commit cdf4a0c

Please sign in to comment.