Update CI.yml

This commit is contained in:
lmq8267 2024-01-20 18:02:52 +08:00 committed by GitHub
parent 1d7c1d84b5
commit d7a6311a86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,11 +53,6 @@ jobs:
SOFT: softfloat
ARCH: arm
- TARGET: armel
OS: ubuntu-latest
SOFT: softfloat
ARCH: arm
- TARGET: armv5l
OS: ubuntu-latest
SOFT: softfloat
@ -76,18 +71,6 @@ jobs:
ARM: 7
ARCH: arm
- TARGET: armv7m
OS: ubuntu-latest
SOFT: softfloat
ARM: 7
ARCH: arm
- TARGET: armv7r
OS: ubuntu-latest
SOFT: softfloat
ARM: 7
ARCH: arm
runs-on: ${{ matrix.OS }}
env:
TARGET: ${{ matrix.TARGET }}