Skip to content

Commit 82546a2

Browse files
committed
Cosmetic
1 parent bb9bc32 commit 82546a2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/Android-CI.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ on:
88

99
jobs:
1010
buildTest:
11-
name: Build & Test JDK ${{ matrix.java_version }}
12-
runs-on: macOS-13
11+
name: Build & Test
12+
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15+
os: [ macOS-13 ]
1516
java_version: [ 17 ]
1617
steps:
1718
- name: Checkout
@@ -78,9 +79,10 @@ jobs:
7879
[ "$(git status -s -uno)" ] && exit 1 || exit 0
7980
Check:
8081
name: Check
81-
runs-on: ubuntu-latest
82+
runs-on: ${{ matrix.os }}
8283
strategy:
8384
matrix:
85+
os: [ ubuntu-latest ]
8486
java_version: [ 17 ]
8587
steps:
8688
- name: Checkout

0 commit comments

Comments
 (0)