From e4e07e963b91609de1b42c9446ae8efb4358488f Mon Sep 17 00:00:00 2001 From: Romain Boisselle Date: Fri, 17 Nov 2023 20:39:05 +0100 Subject: [PATCH] update CI --- .github/workflows/release.yml | 4 ++-- .github/workflows/snapshot.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e1a15c..c337b86 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: repository_id: ${{ steps.create.outputs.repository_id }} steps: - id: create - uses: nexus-actions/create-nexus-staging-repo@v1.1 + uses: nexus-actions/create-nexus-staging-repo@990063f02160c633c168037b8b3e8585c76469fe #v1.3 with: base_url: https://s01.oss.sonatype.org/service/local/ username: ${{ secrets.SONATYPE_USERNAME }} @@ -22,7 +22,7 @@ jobs: build-upload: needs: create-staging-repository - runs-on: macos-latest + runs-on: ubuntu-latest env: SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }} SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }} diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 9e09fba..6d82ac3 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -19,7 +19,7 @@ env: jobs: build-upload: - runs-on: macos-latest + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 #v3