Skip to content

Commit

Permalink
Use WPILib 2024 container and Windows 2022 for CI (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored Oct 22, 2023
1 parent 368432b commit b69d2f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

resources:
containers:
- container: wpilib2023
image: wpilib/roborio-cross-ubuntu:2023-22.04
- container: wpilib2024
image: wpilib/roborio-cross-ubuntu:2024-22.04

variables:
- group: Artifactory-Package-Publish
Expand All @@ -18,7 +18,7 @@ stages:
pool:
vmImage: 'ubuntu-22.04'

container: wpilib2023
container: wpilib2024

variables:
DISPLAY: ':10'
Expand All @@ -43,7 +43,7 @@ stages:

- job: Windows_64_Bit
pool:
vmImage: 'windows-2019'
vmImage: 'windows-2022'

steps:
- task: Gradle@2
Expand Down

0 comments on commit b69d2f9

Please sign in to comment.