Skip to content

Commit

Permalink
Update cordova.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peitschie authored Mar 19, 2024
1 parent c805c5e commit e757412
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cordova.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
cordova-android:
name: android@${{ matrix.platform }} cordova@${{ matrix.cordova }}

runs-on: ubuntu-latest
runs-on: ubuntu-${{ matrix.ubuntu }}

strategy:
matrix:
Expand All @@ -20,14 +20,17 @@ jobs:
cordova: latest
platform: latest
node: 18.x
ubuntu: 22.04
- jdk: 11
cordova: 11
platform: 10
node: 14.x
ubuntu: 20.04
- jdk: 8
cordova: 10
platform: 10
node: 14.x
ubuntu: 20.04

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

0 comments on commit e757412

Please sign in to comment.