diff --git a/.github/workflows/nuitka-compile.yml b/.github/workflows/nuitka-compile.yml index c08dfcc..241573e 100644 --- a/.github/workflows/nuitka-compile.yml +++ b/.github/workflows/nuitka-compile.yml @@ -9,11 +9,13 @@ jobs: build: strategy: matrix: - os: [ ubuntu-latest, windows-latest ] + os: [ ubuntu-latest, windows-latest, macos-latest ] arch: [ x64, x86, arm64 ] exclude: - os: ubuntu-latest arch: x86 + - os: macos-latest + arch: x86 runs-on: ${{ matrix.os }}