diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 20db24e..fcf8118 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,6 @@ jobs: runs-on: ${{ matrix.platform.runner }} strategy: matrix: - python-version: [3.9] platform: - runner: ubuntu-latest target: x86_64 @@ -39,8 +38,6 @@ jobs: with: submodules: true - uses: actions/setup-python@v5 - with: - python-version: ${{ matrix.python-version }} - name: Build bindings run: | tools/build.sh @@ -63,19 +60,16 @@ jobs: runs-on: ${{ matrix.platform.runner }} strategy: matrix: - python-version: [3.9] platform: - runner: macos-12 target: x86_64 - # - runner: macos-14 - # target: aarch64 + - runner: macos-14 + target: aarch64 steps: - uses: actions/checkout@v4 with: submodules: true - uses: actions/setup-python@v5 - with: - python-version: ${{ matrix.python-version }} - name: Build bindings run: | tools/build.sh