Skip to content

Commit 6edd43d

Browse files
committed
chore: use macos-14 image in publish-jvm.yaml
1 parent ff9e390 commit 6edd43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-jvm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [workflow_dispatch]
44
jobs:
55
build-macOS-native-libs:
66
name: "Create M1 and x86_64 native binaries"
7-
runs-on: macos-12
7+
runs-on: macos-14
88
steps:
99
- name: "Checkout publishing branch"
1010
uses: actions/checkout@v3

0 commit comments

Comments
 (0)