Skip to content

Commit

Permalink
Bug 1902358 [wpt PR 46737] - [Azure Pipelines] Upgrade to macOS 14, a…
Browse files Browse the repository at this point in the history
…=testonly

Automatic update from web-platform-tests
[Azure Pipelines] Upgrade to macOS 14
--

wpt-commits: 92e0291b549ed2cba76b1a2695fa4c0994b58d20
wpt-pr: 46737
  • Loading branch information
foolip authored and moz-wptsync-bot committed Jun 20, 2024
1 parent 4d5d5f4 commit 0ae06d7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions testing/web-platform/tests/.azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
displayName: 'affected tests: Safari Technology Preview'
condition: eq(variables['Build.Reason'], 'PullRequest')
pool:
vmImage: 'macOS-13'
vmImage: 'macOS-14'
steps:
- task: UsePythonVersion@0
inputs:
Expand All @@ -52,7 +52,7 @@ jobs:
displayName: 'affected tests without changes: Safari Technology Preview'
condition: eq(variables['Build.Reason'], 'PullRequest')
pool:
vmImage: 'macOS-13'
vmImage: 'macOS-14'
steps:
- task: UsePythonVersion@0
inputs:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
dependsOn: decision
condition: dependencies.decision.outputs['test_jobs.wptrunner_infrastructure']
pool:
vmImage: 'macOS-13'
vmImage: 'macOS-14'
steps:
- task: UsePythonVersion@0
inputs:
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
dependsOn: decision
condition: dependencies.decision.outputs['test_jobs.tools_unittest']
pool:
vmImage: 'macOS-13'
vmImage: 'macOS-14'
steps:
- task: UsePythonVersion@0
inputs:
Expand All @@ -141,7 +141,7 @@ jobs:
dependsOn: decision
condition: dependencies.decision.outputs['test_jobs.tools_unittest']
pool:
vmImage: 'macOS-13'
vmImage: 'macOS-14'
steps:
- task: UsePythonVersion@0
inputs:
Expand All @@ -157,7 +157,7 @@ jobs:
dependsOn: decision
condition: dependencies.decision.outputs['test_jobs.wptrunner_unittest']
pool:
vmImage: 'macOS-13'
vmImage: 'macOS-14'
steps:
- task: UsePythonVersion@0
inputs:
Expand All @@ -173,7 +173,7 @@ jobs:
dependsOn: decision
condition: dependencies.decision.outputs['test_jobs.wptrunner_unittest']
pool:
vmImage: 'macOS-13'
vmImage: 'macOS-14'
steps:
- task: UsePythonVersion@0
inputs:
Expand All @@ -189,7 +189,7 @@ jobs:
dependsOn: decision
condition: dependencies.decision.outputs['test_jobs.wpt_integration']
pool:
vmImage: 'macOS-13'
vmImage: 'macOS-14'
steps:
# full checkout required
- task: UsePythonVersion@0
Expand All @@ -209,7 +209,7 @@ jobs:
dependsOn: decision
condition: dependencies.decision.outputs['test_jobs.wpt_integration']
pool:
vmImage: 'macOS-13'
vmImage: 'macOS-14'
steps:
# full checkout required
- task: UsePythonVersion@0
Expand Down Expand Up @@ -455,7 +455,7 @@ jobs:
parallel: 8 # chosen to make runtime ~2h
timeoutInMinutes: 180
pool:
vmImage: 'macOS-13'
vmImage: 'macOS-14'
steps:
- task: UsePythonVersion@0
inputs:
Expand Down Expand Up @@ -495,7 +495,7 @@ jobs:
parallel: 8 # chosen to make runtime ~2h
timeoutInMinutes: 180
pool:
vmImage: 'macOS-13'
vmImage: 'macOS-14'
steps:
- task: UsePythonVersion@0
inputs:
Expand Down Expand Up @@ -532,7 +532,7 @@ jobs:
parallel: 8 # chosen to make runtime ~2h
timeoutInMinutes: 180
pool:
vmImage: 'macOS-13'
vmImage: 'macOS-14'
steps:
- task: UsePythonVersion@0
inputs:
Expand Down

0 comments on commit 0ae06d7

Please sign in to comment.