mirror of
https://github.com/android-actions/setup-android
synced 2024-11-22 05:29:34 -08:00
[CI] Add Ubuntu-24.04 to the test matrix
This commit is contained in:
parent
3963848dab
commit
5baef82307
1 changed files with 9 additions and 1 deletions
10
.github/workflows/build-test.yml
vendored
10
.github/workflows/build-test.yml
vendored
|
@ -63,7 +63,15 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, macos-13, windows-2019, windows-2022 ]
|
||||
os:
|
||||
- ubuntu-24.04
|
||||
- ubuntu-22.04
|
||||
- ubuntu-20.04
|
||||
- macos-13
|
||||
- macos-12
|
||||
- macos-11
|
||||
- windows-2022
|
||||
- windows-2019
|
||||
cmdline-tools-version:
|
||||
- 10406996
|
||||
- 9862592
|
||||
|
|
Loading…
Reference in a new issue