Fix OSX build on main branch

This commit is contained in:
aristocratos 2021-11-13 23:56:29 +01:00
parent c0e17a64d3
commit 0ed8ad76e8

View file

@ -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