From 0ed8ad76e84ea57180d39bb63f05b73a369e6c25 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Sat, 13 Nov 2021 23:56:29 +0100 Subject: [PATCH] Fix OSX build on main branch --- .github/workflows/continuous-build-macos.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/continuous-build-macos.yml b/.github/workflows/continuous-build-macos.yml index b747e92..04bf471 100644 --- a/.github/workflows/continuous-build-macos.yml +++ b/.github/workflows/continuous-build-macos.yml @@ -3,7 +3,7 @@ name: Continuous Build MacOS on: push: branches: - - OSX + - main tags-ignore: - '*.*' paths: @@ -21,9 +21,6 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Install build tools - run: | - git checkout OSX - name: Compile run: | make CXX=g++-11 ARCH=x86_64