Skip to content

Commit 6c2964d

Browse files
committed
chore: macos workflow & dep update
1 parent 51daeb1 commit 6c2964d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/graalvm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
matrix:
4343
java-version: [ 'dev' ]
4444
distribution: [ 'graalvm-community' ]
45-
os: [ macos-latest, windows-latest, ubuntu-latest, macos-14 ]
45+
os: [ macos-latest, windows-latest, ubuntu-latest, macos-13 ]
4646

4747
outputs:
4848
version: ${{ steps.native-build.outputs.version }}

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ dokka = "1.9.20"
3939
helidon = "4.0.7"
4040
jgit = "6.9.0.202403050737-r"
4141
jte = "3.1.10"
42-
junit = "5.10.2"
42+
junit = "5.11.0-M1"
4343
ktor = "3.0.0-beta-1"
4444
kotlinRetry = "2.0.0"
4545
koin = "3.4.3"
4646
kotest = "5.8.1"
4747
ksp-auto-service = "1.1.0"
48-
ksp-redacted = "1.8.0-alpha04"
48+
ksp-redacted = "1.9.0-alpha01"
4949
ksp-powerassert = "0.13.0"
5050
slf4j = "2.1.0-alpha1"
5151
ktfmt = "0.47"

0 commit comments

Comments
 (0)