From 7639374c9b3a31e4a53a5a8f606719a0711a440d Mon Sep 17 00:00:00 2001 From: Kris Thielemans Date: Tue, 21 Jan 2025 09:12:18 +0000 Subject: [PATCH] [GHA] downgrade to ubuntu 22.04 Pending Gadgetron fixes. Also updated the "checkout" action. --- .github/workflows/build-test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 58c627dc6..f69a11e7d 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -32,19 +32,19 @@ jobs: # DEVEL_BUILD: "OFF" # EXTRA_BUILD_FLAGS: "-DUSE_ITK=ON" # CMAKE_BUILD_TYPE: "Release" - - os: ubuntu-latest + - os: ubuntu-22.04 compiler: gcc compiler_version: 9 DEVEL_BUILD: "OFF" EXTRA_BUILD_FLAGS: "-DUSE_ITK=ON" CMAKE_BUILD_TYPE: "Release" - - os: ubuntu-latest + - os: ubuntu-22.04 compiler: gcc compiler_version: 9 DEVEL_BUILD: "ON" EXTRA_BUILD_FLAGS: "-DUSE_ITK=ON" CMAKE_BUILD_TYPE: "Release" - # need to upgrade Gadgetron before we can enable gcc 10 + # need to upgrade Gadgetron before we can enable ubuntu 24.04 (and gcc 10?) #- os: ubuntu-latest # compiler: gcc # compiler_version: 10 @@ -55,7 +55,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: submodules: recursive - name: install_dependencies