From 4f8a5a083bb27ab3311f3206808938e41f7eb528 Mon Sep 17 00:00:00 2001 From: qimiko <25387744+qimiko@users.noreply.github.com> Date: Thu, 13 Jun 2024 14:49:34 -0700 Subject: [PATCH] enable macos build --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2207f1f..447841d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,9 +14,9 @@ jobs: config: - name: Windows os: windows-latest - - # - name: macOS - # os: macos-latest + + - name: macOS + os: macos-latest - name: Android32 os: ubuntu-latest