Skip to content

Commit 37ecc22

Browse files
committed
chore(ci): remove arm64 runner from main branch
1 parent 2cf05f2 commit 37ecc22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
needs: generate-data
3939
strategy:
4040
matrix:
41-
os: [ubuntu-latest, macos-latest, windows-latest, ubuntu-24.04-arm64]
41+
os: [ubuntu-latest, macos-latest, windows-latest]
4242
ujson_use_rapidjson: ["OFF", "ON"]
4343
runs-on: ${{ matrix.os }}
4444
name: build-test (${{ matrix.os }}, RapidJSON=${{ matrix.ujson_use_rapidjson }})

0 commit comments

Comments
 (0)