Skip to content

Commit

Permalink
[ci-pv513] Enabling ubuntu-22.04 on pv513 headless
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-tierny committed Sep 12, 2024
1 parent 6b72bc3 commit b6cebd2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion paraview/patch/headless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
steps:
- uses: actions/checkout@v4
name: Checkout TTK-ParaView source code
Expand Down Expand Up @@ -232,6 +232,15 @@ jobs:
file: ttk-paraview-headless-ubuntu-22.04/ttk-paraview.deb
asset_name: ttk-paraview-headless-ubuntu-22.04.deb

- name: Upload Ubuntu Noble Numbat .deb as Release Asset
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
file: ttk-paraview-headless-ubuntu-24.04/ttk-paraview.deb
asset_name: ttk-paraview-headless-ubuntu-24.04.deb


- name: Upload MacOS 14 (arm64) .tar.gz as Release Asset
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit b6cebd2

Please sign in to comment.