Skip to content

Commit

Permalink
Win: Update
Browse files Browse the repository at this point in the history
```
[error]The Windows 2016 environment is deprecated, consider switching to windows-2019 or windows-2022 (windows-latest). For more details, see actions/runner-images#5403
[error]The remote provider was unable to process the request.
```

Also increase a macOS timeout.
  • Loading branch information
ax3l committed Aug 9, 2022
1 parent 33f3763 commit 2d15969
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ jobs:
# timeout: >60min
- job: macOS_spack
displayName: macOS spack
timeoutInMinutes: 120
timeoutInMinutes: 180
pool:
vmImage: macOS-latest
steps:
Expand Down Expand Up @@ -755,7 +755,7 @@ jobs:
- job: win_pip_pypi
displayName: Windows pip from PyPI
pool:
vmImage: vs2017-win2016
vmImage: windows-2019
steps:
- task: UsePythonVersion@0
inputs:
Expand All @@ -773,7 +773,7 @@ jobs:
- job: win_pip_pypi_nobin
displayName: Windows pip from PyPI w/o binary
pool:
vmImage: vs2017-win2016
vmImage: windows-2019
steps:
- task: UsePythonVersion@0
inputs:
Expand All @@ -791,9 +791,8 @@ jobs:
- job: win_pip_dev
displayName: Windows pip from dev
pool:
# vmImage: windows-latest
vmImage: windows-latest
# vmImage: windows-2019
vmImage: vs2017-win2016
steps:
- task: UsePythonVersion@0
inputs:
Expand All @@ -814,7 +813,7 @@ jobs:
- job: win_conda
displayName: Windows conda
pool:
vmImage: vs2017-win2016
vmImage: windows-2019
steps:
- powershell: Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"
displayName: Add conda command to PATH
Expand Down Expand Up @@ -845,7 +844,7 @@ jobs:
- job: win_mamba
displayName: Windows mamba
pool:
vmImage: vs2017-win2016
vmImage: windows-2019
steps:
- powershell: Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"
displayName: Add conda command to PATH
Expand Down

0 comments on commit 2d15969

Please sign in to comment.