Skip to content

Commit

Permalink
chore: use macos-14 image in publish-jvm.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
reez committed Dec 19, 2024
1 parent ff9e390 commit 6edd43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-jvm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [workflow_dispatch]
jobs:
build-macOS-native-libs:
name: "Create M1 and x86_64 native binaries"
runs-on: macos-12
runs-on: macos-14
steps:
- name: "Checkout publishing branch"
uses: actions/checkout@v3
Expand Down

0 comments on commit 6edd43d

Please sign in to comment.