Skip to content

Commit

Permalink
Switch GHA workflows back to ubuntu-latest (currently 24.04)
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 committed Oct 14, 2024
1 parent 64cd4db commit 275dbd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
android-tests:
name: Android Tests
needs: build-native-libs
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
matrix:
api-level: [26, 34]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
make-release:
name: Make Release
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 275dbd6

Please sign in to comment.