From 9f86fcaa79f5a1f983cefe58616d0a82982561f1 Mon Sep 17 00:00:00 2001 From: Jon Rood Date: Mon, 9 Dec 2024 19:19:41 -0700 Subject: [PATCH] Only change CMake to older ubuntu. --- .github/workflows/ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e10c5a92..ee1f76c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ concurrency: jobs: Formatting: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Clone uses: actions/checkout@v4 @@ -26,7 +26,7 @@ jobs: clangFormatVersion: 18 CPU-GNUmake: needs: Formatting - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Clone uses: actions/checkout@v4 @@ -93,7 +93,7 @@ jobs: comp: llvm procs: $(sysctl -n hw.ncpu) ccache_cache: /Users/runner/Library/Caches/ccache - - os: ubuntu-latest + - os: ubuntu-24.04 install_deps: sudo apt-get update && sudo apt-get install mpich libmpich-dev comp: gnu procs: $(nproc) @@ -202,7 +202,7 @@ jobs: GPU-Nvidia: name: GPU-CUDA needs: [Formatting, CPU-GNUmake] - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Clone uses: actions/checkout@v4 @@ -264,7 +264,7 @@ jobs: GPU-AMD: name: GPU-HIP needs: [Formatting, CPU-GNUmake] - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Clone uses: actions/checkout@v4 @@ -335,7 +335,7 @@ jobs: GPU-Intel: name: GPU-SYCL needs: [Formatting, CPU-GNUmake] - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Clone uses: actions/checkout@v4 @@ -398,7 +398,7 @@ jobs: du -hs ~/.cache/ccache Lint-clang-tidy: needs: Formatting - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 strategy: matrix: enable_eb: [EB-OFF, EB-ON] @@ -479,7 +479,7 @@ jobs: exit ${return} Lint-codeql: needs: Formatting - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Clone uses: actions/checkout@v4 @@ -526,7 +526,7 @@ jobs: sarif_file: sarif-results/cpp.sarif Lint-codespell: needs: Formatting - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Clone uses: actions/checkout@v4 @@ -545,7 +545,7 @@ jobs: run: codespell Save-PR-Number: if: github.event_name == 'pull_request' - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Save PR number env: