Skip to content

Commit

Permalink
#2286: Update ubuntu version for new CI to 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Sep 30, 2024
1 parent 47527d3 commit f09015f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/azure/azure-gcc-13-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ variables:
tag: '$(Build.BuildId)'
REPO: lifflander1/vt
ARCH: amd64
UBUNTU: 22.04
UBUNTU: 24.04
COMPILER_TYPE: gnu
COMPILER: gcc-13
HOST_COMPILER: gcc-13
Expand Down
2 changes: 1 addition & 1 deletion scripts/workflows-azure.ini
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ vt_external_fmt = 1
test_configuration = "gcc-13, ubuntu, mpich, address sanitizer"
compiler_type = gnu
compiler = gcc-13
distro = 22.04
distro = 24.04
vt_trace = 1
vt_pool = 0
vt_asan = 1
Expand Down

0 comments on commit f09015f

Please sign in to comment.