We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75baba3 + adc4a24 commit 2cc2034Copy full SHA for 2cc2034
.github/workflows/build.yml
@@ -22,8 +22,8 @@ jobs:
22
matrix:
23
os:
24
- ubuntu-22.04
25
- - macos-latest
26
- - windows-latest
+ - macos-14
+ - windows-2022
27
28
steps:
29
- uses: actions/checkout@v4
azure-pipelines/build.yml
@@ -28,7 +28,7 @@ jobs:
- job: Linux
30
pool:
31
- vmImage: Ubuntu 22.04
+ vmImage: Ubuntu-22.04
32
33
- checkout: self
34
fetchDepth: 0 # avoid shallow clone so nbgv can do its work.
@@ -44,7 +44,7 @@ jobs:
44
- job: macOS
45
condition: ${{ parameters.includeMacOS }}
46
47
- vmImage: macOS-12
+ vmImage: macOS-14
48
49
50
0 commit comments