File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,12 @@ jobs:
4242 java-version : [ 'dev' ]
4343 distribution : [ 'graalvm-community' ]
4444 os : [
45- ubuntu-latest, # Linux on amd64
46- ubuntu-24.04-arm, # Linux on aarch64
47- macos-latest, # macOS on aarch64
48- macos-13, # macOS on amd64
49- windows-latest # Windows on amd64
45+ ubuntu-latest, # Linux X64
46+ ubuntu-24.04-arm, # Linux Arm64
47+ macos-latest, # macOS Arm64
48+ macos-13, # macOS Intel
49+ windows-latest, # Windows X64
50+ windows-11-arm # Windows Arm64
5051 ]
5152 build-type : [ libc, musl ]
5253 include :
6465 build-type : musl
6566 - os : ubuntu-24.04-arm
6667 build-type : musl
68+ - os : windows-11-arm
6769
6870 outputs :
6971 version : ${{ steps.native-build.outputs.version }}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ org-name = "suresh.dev"
2020org-url = " https://suresh.dev"
2121
2222# Dependency Versions
23- bc-plugins = " 2.0 .0"
23+ bc-plugins = " 2.1 .0"
2424kotlinx-kover = " 0.9.1"
2525kotlinx-bcv = " 0.17.0"
2626kotlin-dokka = " 2.0.0"
You can’t perform that action at this time.
0 commit comments