Skip to content

Commit

Permalink
Update to Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
mirenradia committed Feb 7, 2023
1 parent f74316b commit 27bc41f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
jobs:
build-paraview:
name: Build ParaView Superbuild
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout ParaView
Expand All @@ -21,8 +21,8 @@ jobs:
sudo apt-get update
sudo apt-get -y install build-essential libgl1-mesa-dev \
libxt-dev python3-dev python3-numpy libopenmpi-dev libtbb-dev \
ninja-build libosmesa6 libosmesa6-dev llvm-12-dev
sudo update-alternatives --install /usr/bin/llvm-config llvm-config /usr/bin/llvm-config-12 12
ninja-build libosmesa6 libosmesa6-dev llvm-14-dev
sudo update-alternatives --install /usr/bin/llvm-config llvm-config /usr/bin/llvm-config-14 14
- name: Configure
run: |
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
name: Create release
needs: build-paraview
if: github.ref_type == 'tag' && startsWith(github.ref_name, 'v')
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
permissions:
contents: write

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
A repository with a GitHub action to build and package[^1]
[ParaView](https://github.com/Kitware/ParaView) using the
[Superbuild](https://gitlab.kitware.com/paraview/paraview-superbuild) on the
Ubuntu 20.04 GitHub action runners.
Ubuntu 22.04 GitHub action runners.

The build is/will be used in the GitHub action which tests the [ParaView
Catalyst](https://www.paraview.org/in-situ/) instrumentation in GRChombo. It is
built against the Ubuntu 20.04 system libraries so is unlikely to work on other
built against the Ubuntu 22.04 system libraries so is unlikely to work on other
Linux distributions with different library/package versions.

The build has the following features:
Expand Down

0 comments on commit 27bc41f

Please sign in to comment.