Use an OS matrix to run on
This commit is contained in:
parent
8251473b05
commit
f4ff095297
1 changed files with 3 additions and 4 deletions
7
.github/workflows/bld.yml
vendored
7
.github/workflows/bld.yml
vendored
|
@ -7,14 +7,13 @@ env:
|
|||
|
||||
jobs:
|
||||
build-bld-project:
|
||||
runs-on:
|
||||
- ubuntu-latest
|
||||
- windows-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
java-version: [17, 21, 24]
|
||||
kotlin-version: [1.9.25, 2.0.21, 2.1.20]
|
||||
os: [ ubuntu-latest, windows-latest ]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- name: Checkout source repository
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue