Skip to content

Commit

Permalink
Merge pull request #960 from mikepenz/fix/ci_adjust_runner
Browse files Browse the repository at this point in the history
Fix CI for releases on macOS-14 runner
  • Loading branch information
mikepenz authored Feb 20, 2024
2 parents 48172fc + d8c83a1 commit 7fa7d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
./gradlew publishPlugins | true
- name: Publish the macOS artifacts
if: matrix.os == 'macOS-latest'
if: matrix.os == 'macos-14'
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.NEXUS_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.NEXUS_PASSWORD }}
Expand Down

0 comments on commit 7fa7d2d

Please sign in to comment.