We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb9bc32 commit 82546a2Copy full SHA for 82546a2
.github/workflows/Android-CI.yml
@@ -8,10 +8,11 @@ on:
8
9
jobs:
10
buildTest:
11
- name: Build & Test JDK ${{ matrix.java_version }}
12
- runs-on: macOS-13
+ name: Build & Test
+ runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
15
+ os: [ macOS-13 ]
16
java_version: [ 17 ]
17
steps:
18
- name: Checkout
@@ -78,9 +79,10 @@ jobs:
78
79
[ "$(git status -s -uno)" ] && exit 1 || exit 0
80
Check:
81
name: Check
- runs-on: ubuntu-latest
82
83
84
85
+ os: [ ubuntu-latest ]
86
87
88
0 commit comments