Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit c9e1b34

Browse files
committed
Ubuntu 24.04 arm seems to be having a bad day, skip it
1 parent f4cd35f commit c9e1b34

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
@@ -52,7 +52,7 @@ jobs:
5252
id: matrix
5353
with:
5454
script: |
55-
const osList = ['ubuntu-20.04', 'ubuntu-22.04', 'ubuntu-24.04', 'ubuntu-22.04-arm', 'ubuntu-24.04-arm', 'macos-13', 'macos-14']
55+
const osList = ['ubuntu-20.04', 'ubuntu-22.04', 'ubuntu-24.04', 'ubuntu-22.04-arm', 'macos-13', 'macos-14']
5656
const skipSlow = "${{ github.event_name == 'workflow_dispatch' && github.event.inputs.skip_slow == 'true' }}"
5757
const buildMatrix = JSON.stringify({
5858
os: osList,

0 commit comments

Comments
 (0)