diff --git a/.github/workflows/mac_build.yml b/.github/workflows/mac_build.yml index db92ef7..7698e7e 100644 --- a/.github/workflows/mac_build.yml +++ b/.github/workflows/mac_build.yml @@ -1,4 +1,4 @@ -name: Windows Compile +name: Macos Compile on: push: @@ -8,7 +8,6 @@ on: jobs: build: - if: false runs-on: macOS-latest steps: - uses: actions/checkout@v4