Skip to content

Commit 8db27f4

Browse files
committed
chore: build plugin 2.1.0 update
1 parent 89c1c21 commit 8db27f4

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/graalvm.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff 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:
@@ -64,6 +65,7 @@ jobs:
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 }}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ org-name = "suresh.dev"
2020
org-url = "https://suresh.dev"
2121

2222
# Dependency Versions
23-
bc-plugins = "2.0.0"
23+
bc-plugins = "2.1.0"
2424
kotlinx-kover = "0.9.1"
2525
kotlinx-bcv = "0.17.0"
2626
kotlin-dokka = "2.0.0"

0 commit comments

Comments
 (0)