]> https://gitweb.dealii.org/ - code-gallery.git/commitdiff
Test jammy releases. 137/head
authorMarc Fehling <mafehling.git@gmail.com>
Fri, 14 Apr 2023 20:44:14 +0000 (14:44 -0600)
committerMarc Fehling <mafehling.git@gmail.com>
Mon, 17 Apr 2023 16:41:19 +0000 (10:41 -0600)
.github/workflows/precice-ci.yml

index ffda49c25e0fe38cb1f94bc5bbf30bb4abee2524..703fd92a92417fa6d6b8b0d78716417d8a5901bc 100644 (file)
@@ -10,7 +10,7 @@ on:
 
 jobs:
   build:
-    name: Build ${{ matrix.build_type }}-dealii:${{ matrix.dealii_version }}
+    name: Build ${{ matrix.build_type }}-dealii:${{ matrix.dealii_version }}-${{ matrix.ubuntu_version }}
     runs-on: ubuntu-latest
 
     strategy:
@@ -18,17 +18,18 @@ jobs:
       matrix:
         build_type: ["Debug"]
         dealii_version: ["master", "v9.4.0"]
+        ubuntu_version: ["jammy"]
 
     container:
-      image: dealii/dealii:${{ matrix.dealii_version }}-focal
+      image: dealii/dealii:${{ matrix.dealii_version }}-${{ matrix.ubuntu_version }}
       options: --user root
 
     steps:
       - name: Install preCICE
         run: |
           sudo apt-get -y update
-          wget https://github.com/precice/precice/releases/download/v2.5.0/libprecice2_2.5.0_focal.deb
-          sudo apt-get -y install ./libprecice2_2.5.0_focal.deb
+          wget https://github.com/precice/precice/releases/download/v2.5.0/libprecice2_2.5.0_${{ matrix.ubuntu_version }}.deb
+          sudo apt-get -y install ./libprecice2_2.5.0_${{ matrix.ubuntu_version }}.deb
 
       - uses: actions/checkout@v3
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.