summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-10-14 15:55:34 +0300
committerJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-10-17 01:59:24 +0300
commitea82dba6c7141848d352235fc606907abaf750eb (patch)
treec51c7549b026896142a749a476565a61514a6cbf /ci
parent2c1dc736eb62ef6b3922f846785101cd3d2b2972 (diff)
downloadmeson-ea82dba6c7141848d352235fc606907abaf750eb.tar.gz
Update Azure image from win2019 to win2022
https://github.com/actions/runner-images/issues/12045
Diffstat (limited to 'ci')
-rw-r--r--ci/run.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/run.ps1 b/ci/run.ps1
index 5b754bd36..db684ac79 100644
--- a/ci/run.ps1
+++ b/ci/run.ps1
@@ -49,7 +49,7 @@ function DownloadFile([String] $Source, [String] $Destination) {
if (($env:backend -eq 'ninja') -and ($env:arch -ne 'arm64')) { $dmd = $true } else { $dmd = $false }
-DownloadFile -Source https://github.com/mesonbuild/cidata/releases/download/ci5/ci_data.zip -Destination $env:AGENT_WORKFOLDER\ci_data.zip
+DownloadFile -Source https://github.com/mesonbuild/cidata/releases/download/ci7/ci_data.zip -Destination $env:AGENT_WORKFOLDER\ci_data.zip
echo "Extracting ci_data.zip"
Expand-Archive $env:AGENT_WORKFOLDER\ci_data.zip -DestinationPath $env:AGENT_WORKFOLDER\ci_data
& "$env:AGENT_WORKFOLDER\ci_data\install.ps1" -Arch $env:arch -Compiler $env:compiler -Boost $true -DMD $dmd