diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2db5f1f..ea4e9cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,3 +89,12 @@ jobs: run: make clean && make linux LINUX_CC=x86_64-w64-mingw32-gcc-10-posix - name: 'Run tests with mingw32-posix+wine' run: make test TESTWRAPPER=./wine-wrapper + + osx: + runs-on: macos-12 + steps: + - uses: actions/checkout@v4 + - name: 'Compile with gcc' + run: make linux + - name: 'Run tests with gcc' + run: make test