diff --git a/.github/workflows/mac_test.yml b/.github/workflows/mac_test.yml index f6317093..bf6093de 100644 --- a/.github/workflows/mac_test.yml +++ b/.github/workflows/mac_test.yml @@ -10,5 +10,5 @@ jobs: fail-fast: false uses: pathwaycom/pathway/.github/workflows/package_test.yml@pawel/gh-actions-runner with: - runner: 'macos-14' + runner: 'macos-13' secrets: inherit \ No newline at end of file diff --git a/.github/workflows/package_test.yml b/.github/workflows/package_test.yml index 2ae2455d..a47f40b6 100644 --- a/.github/workflows/package_test.yml +++ b/.github/workflows/package_test.yml @@ -50,7 +50,7 @@ jobs: echo $DEV_VERSION echo "__version__ = ${DEV_VERSION}" > python/pathway/internals/version.py - - name: Build package for ${{ matrix.os }} + - name: Build package Ubuntu for ${{ matrix.os }} uses: PyO3/maturin-action@v1 with: command: build @@ -58,6 +58,7 @@ jobs: manylinux: auto sccache: true before-script-linux: yum install -y perl-core + target: universal2-apple-darwin - name: Upload artifact uses: actions/upload-artifact@v4