From 8b822671986f9067351a1b9f18de305e802a3742 Mon Sep 17 00:00:00 2001 From: Johnny Date: Sat, 22 Feb 2025 18:40:09 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a37c82d..ca06fb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,13 +13,15 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-24.04, ubuntu-22.04, macos-15 ] + os: [ ubuntu-24.04, ubuntu-22.04] arch: [ x86_64 ] include: - os: ubuntu-24.04-arm arch: aarch64 - os: ubuntu-22.04-arm arch: aarch64 + - os: macos-13 + arch: x86_64 - os: macos-15 arch: arm64 - os: windows-2025