Add macos-latest to examples OS matrix
This commit is contained in:
parent
e32ebf19d6
commit
5d78963f1d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/bld.yml
vendored
2
.github/workflows/bld.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
java-version: [17, 21, 24]
|
java-version: [17, 21, 24]
|
||||||
kotlin-version: [1.9.25, 2.0.21, 2.1.20]
|
kotlin-version: [1.9.25, 2.0.21, 2.1.20]
|
||||||
os: [ ubuntu-latest, windows-latest ]
|
os: [ ubuntu-latest, windows-latest, macos-latest ]
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue