Skip to content

Commit e4e07e9

Browse files
committed
update CI
1 parent 2c6795f commit e4e07e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
repository_id: ${{ steps.create.outputs.repository_id }}
1313
steps:
1414
- id: create
15-
uses: nexus-actions/create-nexus-staging-repo@v1.1
15+
uses: nexus-actions/create-nexus-staging-repo@990063f02160c633c168037b8b3e8585c76469fe #v1.3
1616
with:
1717
base_url: https://s01.oss.sonatype.org/service/local/
1818
username: ${{ secrets.SONATYPE_USERNAME }}
@@ -22,7 +22,7 @@ jobs:
2222

2323
build-upload:
2424
needs: create-staging-repository
25-
runs-on: macos-latest
25+
runs-on: ubuntu-latest
2626
env:
2727
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
2828
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919

2020
jobs:
2121
build-upload:
22-
runs-on: macos-latest
22+
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 #v3

0 commit comments

Comments
 (0)