Skip to content

Commit

Permalink
chore: change runner
Browse files Browse the repository at this point in the history
  • Loading branch information
pw-ppodhajski committed Jul 24, 2024
1 parent e49d980 commit 8c8fc0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mac_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion .github/workflows/package_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,15 @@ 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
args: --release --strip
manylinux: auto
sccache: true
before-script-linux: yum install -y perl-core
target: universal2-apple-darwin

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8c8fc0f

Please sign in to comment.