Skip to content

Commit

Permalink
1. more timeout; 2. python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
idiskyle committed Nov 4, 2024
1 parent f76edbe commit eec3770
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tools/ci_build/github/azure-pipeline/wheels_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ extends:
- stage: stage
jobs:
- job: macos
timeoutInMinutes: 180
timeoutInMinutes: 240
variables:
CIBW_BUILD: "cp3{8,9,10,11,12}-*"
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
Expand All @@ -38,6 +38,11 @@ extends:
artifact: drop

steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.12'
addToPath: true

- bash: |
set -e -x
python --version
Expand Down

0 comments on commit eec3770

Please sign in to comment.