Skip to content

Commit ac2246a

Browse files
authored
Merge pull request #1753 from cmuellner/drop-arm-from-ci
Revert "ci: add arm support"
2 parents 4bf62ee + 22b5aa4 commit ac2246a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ${{ matrix.os }}
4949
strategy:
5050
matrix:
51-
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm]
51+
os: [ubuntu-22.04, ubuntu-24.04]
5252
mode: [newlib, linux, musl, uclibc]
5353
target: [rv32gc-ilp32d, rv64gc-lp64d]
5454
compiler: [gcc, llvm]

0 commit comments

Comments
 (0)