Skip to content

Commit 2cc2034

Browse files
authored
Merge pull request #295 from AArnott/fix-ubuntu-azdo
Fix linux build agent on AzDO
2 parents 75baba3 + adc4a24 commit 2cc2034

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
matrix:
2323
os:
2424
- ubuntu-22.04
25-
- macos-latest
26-
- windows-latest
25+
- macos-14
26+
- windows-2022
2727

2828
steps:
2929
- uses: actions/checkout@v4

azure-pipelines/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- job: Linux
3030
pool:
31-
vmImage: Ubuntu 22.04
31+
vmImage: Ubuntu-22.04
3232
steps:
3333
- checkout: self
3434
fetchDepth: 0 # avoid shallow clone so nbgv can do its work.
@@ -44,7 +44,7 @@ jobs:
4444
- job: macOS
4545
condition: ${{ parameters.includeMacOS }}
4646
pool:
47-
vmImage: macOS-12
47+
vmImage: macOS-14
4848
steps:
4949
- checkout: self
5050
fetchDepth: 0 # avoid shallow clone so nbgv can do its work.

0 commit comments

Comments
 (0)