From a8d3595a8aa09fea04cac104b796eaa3fc6837be Mon Sep 17 00:00:00 2001 From: dmontgomeryNREL Date: Thu, 12 Dec 2024 16:11:43 -0700 Subject: [PATCH] use ubuntu 22.04 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1a4b7bb..58278d0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: runs-on: ${{matrix.os}} strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-22.04, macos-latest] build_type: [Release, Debug] enable_eb: [EB-OFF, EB-ON] include: @@ -93,7 +93,7 @@ jobs: comp: llvm procs: $(sysctl -n hw.ncpu) ccache_cache: /Users/runner/Library/Caches/ccache - - os: ubuntu-latest + - os: ubuntu-22.04 install_deps: sudo apt-get update && sudo apt-get install mpich libmpich-dev comp: gnu procs: $(nproc)