Skip to content

Commit

Permalink
Attempt (7) to fix macOS test (test on macos-14)
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Jan 17, 2025
1 parent b13d8a5 commit 4d28599
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:

build-osx-64:
name: OSX-64 Tests
runs-on: macos-13
runs-on: macos-14-large
strategy:
fail-fast: true
max-parallel: 4
Expand Down
5 changes: 0 additions & 5 deletions recipes/ms2rescore-rs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ set -ex

export RUST_BACKTRACE=1

# Set CFLAGS to use C11 standard only for macOS
if [ `uname` == Darwin ]; then
export CFLAGS="${CFLAGS} -std=c17"
fi

# Build the package using maturin - should produce *.whl files.
maturin build --interpreter "${PYTHON}" -b pyo3 --release --strip --manylinux off

Expand Down

0 comments on commit 4d28599

Please sign in to comment.