We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2098430 commit 6e68704Copy full SHA for 6e68704
.github/workflows/nightly.yml
@@ -232,7 +232,7 @@ jobs:
232
macos-amd64:
233
needs: [build-jar, release-dev-build]
234
continue-on-error: true
235
- runs-on: macos-14
+ runs-on: macos-15-intel
236
strategy:
237
fail-fast: false
238
steps:
.github/workflows/release.yml
@@ -198,7 +198,7 @@ jobs:
198
199
name: Build native MacOS amd64 binary
200
needs: [ build-jar]
201
202
203
- uses: actions/checkout@v4
204
- uses: actions/download-artifact@v4
0 commit comments