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 de7dd00 commit b28f0cdCopy full SHA for b28f0cd
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
build:
12
strategy:
13
matrix:
14
- os: [ ubuntu-latest, windows-latest ]
+ os: [ ubuntu-24.04-arm, windows-latest ]
15
# Always test on the latest version and some LTS.
16
java: [ 17, 21, 23 ]
17
runs-on: ${{ matrix.os }}
@@ -26,7 +26,7 @@ jobs:
26
27
publish-snapshot:
28
needs: build
29
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04-arm
30
if: github.repository == 'GradleUp/shadow' && github.ref == 'refs/heads/main'
31
steps:
32
- uses: actions/checkout@v4
.github/workflows/release.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
release:
10
if: github.repository == 'GradleUp/shadow'
permissions:
contents: write
0 commit comments