Skip to content

Commit

Permalink
[GHA] downgrade to ubuntu 22.04
Browse files Browse the repository at this point in the history
Pending Gadgetron fixes.

Also updated the "checkout" action.
  • Loading branch information
KrisThielemans committed Jan 21, 2025
1 parent b205384 commit 7639374
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -55,7 +55,7 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive
- name: install_dependencies
Expand Down

0 comments on commit 7639374

Please sign in to comment.