Skip to content

Commit

Permalink
do not use expensive machines
Browse files Browse the repository at this point in the history
  • Loading branch information
thoutbeckers authored Jun 20, 2023
1 parent ce95605 commit 7f10d07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
runs-on: macos-13-xl
runs-on: macos-13
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -49,4 +49,4 @@ jobs:
if: ${{ github.ref_name == 'master' }}
env:
MAVEN_CENTRAL_RELEASE: "true"
run: ./gradlew publishAllPublicationsToSonatypeRepository --stacktrace
run: ./gradlew publishAllPublicationsToSonatypeRepository --stacktrace

0 comments on commit 7f10d07

Please sign in to comment.