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:
42
42
java-version : [ 'dev' ]
43
43
distribution : [ 'graalvm-community' ]
44
44
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
50
51
]
51
52
build-type : [ libc, musl ]
52
53
include :
64
65
build-type : musl
65
66
- os : ubuntu-24.04-arm
66
67
build-type : musl
68
+ - os : windows-11-arm
67
69
68
70
outputs :
69
71
version : ${{ steps.native-build.outputs.version }}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ org-name = "suresh.dev"
20
20
org-url = " https://suresh.dev"
21
21
22
22
# Dependency Versions
23
- bc-plugins = " 2.0 .0"
23
+ bc-plugins = " 2.1 .0"
24
24
kotlinx-kover = " 0.9.1"
25
25
kotlinx-bcv = " 0.17.0"
26
26
kotlin-dokka = " 2.0.0"
You can’t perform that action at this time.
0 commit comments