From 5210e1e9ee0a05cd99c0fdb68a0d39657cbaca04 Mon Sep 17 00:00:00 2001 From: Nexus <84789900+NexushasTaken@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:17:46 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0125b74..c3e236b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest, macos-arm64] + os: [macos-latest, macos-x64, macos-arm64] steps: - name: Check out repository code uses: actions/checkout@v4