Skip to content

Commit

Permalink
Fix images in ci.yml (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
conniey authored Mar 27, 2024
1 parent 1c37271 commit 05d291a
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
resources:
repositories:
- repository: azure-sdk-build-tools
type: git
name: internal/azure-sdk-build-tools

trigger:
branches:
include:
Expand All @@ -30,7 +24,7 @@ stages:
jobs:
- job: 'Build'
pool:
vmImage: 'ubuntu-18.04'
vmImage: 'ubuntu-22.04'
strategy:
matrix:
Java 8:
Expand Down Expand Up @@ -83,32 +77,32 @@ stages:
matrix:
Linux - Java 8:
OSName: 'Linux'
OSVmImage: 'ubuntu-18.04'
OSVmImage: 'ubuntu-22.04'
ProfileFlag: '-Djava8'
JavaVersion: '1.8'
macOS - Java 8:
OSName: 'macOS'
OSVmImage: 'macOS-10.15'
OSVmImage: 'macOS-13'
ProfileFlag: '-Djava8'
JavaVersion: '1.8'
Windows - Java 8:
OSName: 'Windows'
OSVmImage: 'vs2017-win2016'
OSVmImage: 'windows-2022'
ProfileFlag: '-Djava8'
JavaVersion: '1.8'
Linux - Java LTS:
OSName: 'Linux'
OSVmImage: 'ubuntu-18.04'
OSVmImage: 'ubuntu-22.04'
ProfileFlag: '-Djava-lts'
JavaVersion: '1.11'
macOS - Java LTS:
OSName: 'macOS'
OSVmImage: 'macOS-10.15'
OSVmImage: 'macOS-13'
ProfileFlag: '-Djava-lts'
JavaVersion: '1.11'
Windows - Java LTS:
OSName: 'Windows'
OSVmImage: 'vs2017-win2016'
OSVmImage: 'windows-2022'
ProfileFlag: '-Djava-lts'
JavaVersion: '1.11'

Expand Down

0 comments on commit 05d291a

Please sign in to comment.