From 5e6a945ddb3e7e8d7feaf16d3529f8539c4fd330 Mon Sep 17 00:00:00 2001 From: zak-45 Date: Thu, 26 Dec 2024 17:40:34 +0100 Subject: [PATCH] try arm --- .github/workflows/manual.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 4c2a82c..ff46968 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -23,10 +23,10 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-14, ubuntu-latest, windows-latest] + os: [macos-13, ubuntu-latest, windows-latest] # os: [windows-latest] include: - - os: macos-14 + - os: macos-13 os_name: darwin os_arch: universal2 - os: ubuntu-latest