diff options
Diffstat (limited to '.github/workflows/android.yml')
-rw-r--r-- | .github/workflows/android.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index d095d6d..7bc59c5 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml | |||
@@ -10,7 +10,7 @@ concurrency: | |||
10 | jobs: | 10 | jobs: |
11 | test: | 11 | test: |
12 | name: "Test ${{ matrix.name }}" | 12 | name: "Test ${{ matrix.name }}" |
13 | runs-on: ubuntu-latest | 13 | runs-on: ubuntu-24.04 |
14 | permissions: | 14 | permissions: |
15 | contents: read | 15 | contents: read |
16 | strategy: | 16 | strategy: |