From a928d3d2d8b228e13c70d54c8971d383b00e95f3 Mon Sep 17 00:00:00 2001 From: mat <26722564+matcool@users.noreply.github.com> Date: Mon, 4 Mar 2024 09:36:58 -0300 Subject: [PATCH] enable macos --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cb4f10b..48552ec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,8 +15,8 @@ jobs: - name: Windows os: windows-latest - #- name: macOS - # os: macos-latest + - name: macOS + os: macos-latest - name: Android32 os: ubuntu-latest