Skip to content

Commit 8cde6c1

Browse files
committed
Revert "Reapply "Try out ubuntu-24.04-arm on CI (#1164)" (#1230)"
This reverts commit b28f0cd.
1 parent 06c6ae4 commit 8cde6c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
strategy:
1313
matrix:
14-
os: [ ubuntu-24.04-arm, windows-latest ]
14+
os: [ ubuntu-latest, windows-latest ]
1515
# Always test on the latest version and some LTS.
1616
java: [ 17, 21, 23 ]
1717
runs-on: ${{ matrix.os }}
@@ -26,7 +26,7 @@ jobs:
2626

2727
publish-snapshot:
2828
needs: build
29-
runs-on: ubuntu-24.04-arm
29+
runs-on: ubuntu-latest
3030
if: github.repository == 'GradleUp/shadow' && github.ref == 'refs/heads/main'
3131
steps:
3232
- uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
release:
10-
runs-on: ubuntu-24.04-arm
10+
runs-on: ubuntu-latest
1111
if: github.repository == 'GradleUp/shadow'
1212
permissions:
1313
contents: write

0 commit comments

Comments
 (0)