There was an error while loading. Please reload this page.
1 parent 24069f6 commit 7a30d62Copy full SHA for 7a30d62
2 files changed
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
84
test-native-macos:
85
name: Test Native macOS
86
- runs-on: macos-15
+ runs-on: macos-26
87
steps:
88
- uses: actions/checkout@v6
89
with:
@@ -167,7 +167,7 @@ jobs:
167
name: Publish Snapshot
168
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
169
needs: [build]
170
171
172
173
.github/workflows/release.yml
@@ -22,7 +22,7 @@ permissions:
22
jobs:
23
publish:
24
name: Publish to Maven Central
25
26
27
28
0 commit comments