Skip to content

Commit

Permalink
Merge pull request #295 from AArnott/fix-ubuntu-azdo
Browse files Browse the repository at this point in the history
Fix linux build agent on AzDO
  • Loading branch information
AArnott authored Oct 4, 2024
2 parents 75baba3 + adc4a24 commit 2cc2034
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
matrix:
os:
- ubuntu-22.04
- macos-latest
- windows-latest
- macos-14
- windows-2022

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- job: Linux
pool:
vmImage: Ubuntu 22.04
vmImage: Ubuntu-22.04
steps:
- checkout: self
fetchDepth: 0 # avoid shallow clone so nbgv can do its work.
Expand All @@ -44,7 +44,7 @@ jobs:
- job: macOS
condition: ${{ parameters.includeMacOS }}
pool:
vmImage: macOS-12
vmImage: macOS-14
steps:
- checkout: self
fetchDepth: 0 # avoid shallow clone so nbgv can do its work.
Expand Down

0 comments on commit 2cc2034

Please sign in to comment.