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