Skip to content

Commit

Permalink
Update daily Azure pipelines builds to use Ubuntu 22.04 container ima…
Browse files Browse the repository at this point in the history
…ge (#2715)
  • Loading branch information
nightlark authored Dec 9, 2024
1 parent bc62320 commit 401749a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/azure-pipelines-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
strategy:
matrix:
all-tests:
containerImage: "helics/buildenv:ubuntu20.04-default-builder"
containerImage: "helics/buildenv:ubuntu22.04-default-builder"
test_config: "daily"
zmq-subproject:
containerImage: "helics/buildenv:ubuntu20.04-default-builder"
containerImage: "helics/buildenv:ubuntu22.04-default-builder"
test_config: "ci"
zmq_subproject: true
pool:
Expand Down

0 comments on commit 401749a

Please sign in to comment.