Skip to content

Commit

Permalink
Bump version of OS X VM.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcurtin committed Sep 4, 2024
1 parent 8ce1483 commit b8caf9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
CIBW_ARCHS_MACOS: "x86_64"

timeoutInMinutes: 0 # No limit for build time.
pool: {vmImage: 'macOS-11'}
pool: {vmImage: 'macOS-14'}
variables:
MLPACK_VERSION: 4.4.0
CIBW_TEST_COMMAND: python -c 'import mlpack; import numpy as np; x = np.random.rand(100, 10); o = mlpack.pca(input_=x, new_dimensionality=5, verbose=True)'
Expand Down

0 comments on commit b8caf9b

Please sign in to comment.