Skip to content

Commit 5bb30df

Browse files
committed
Exclude sanitizer builds on ARM
1 parent b81e312 commit 5bb30df

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ jobs:
372372
runs-on: ${{ matrix.os }}
373373
strategy:
374374
matrix:
375-
os: ["ubuntu-24.04", "ubuntu-24.04-arm"]
375+
os: ["ubuntu-24.04"]
376376
steps:
377377
- uses: actions/checkout@v4
378378
with:
@@ -425,7 +425,7 @@ jobs:
425425
runs-on: ${{ matrix.os }}
426426
strategy:
427427
matrix:
428-
os: ["ubuntu-24.04", "ubuntu-24.04-arm"]
428+
os: ["ubuntu-24.04"]
429429
steps:
430430
- uses: actions/checkout@v4
431431
- name: Setup environment
@@ -485,7 +485,7 @@ jobs:
485485
runs-on: ${{ matrix.os }}
486486
strategy:
487487
matrix:
488-
os: ["ubuntu-24.04", "ubuntu-24.04-arm"]
488+
os: ["ubuntu-24.04"]
489489
steps:
490490
- uses: actions/checkout@v4
491491
- name: Setup environment

0 commit comments

Comments
 (0)