Skip to content

Commit 275dbd6

Browse files
committed
Switch GHA workflows back to ubuntu-latest (currently 24.04)
1 parent 64cd4db commit 275dbd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
android-tests:
114114
name: Android Tests
115115
needs: build-native-libs
116-
runs-on: ubuntu-22.04
116+
runs-on: ubuntu-latest
117117
strategy:
118118
matrix:
119119
api-level: [26, 34]

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
make-release:
88
name: Make Release
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-latest
1010

1111
steps:
1212
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)