]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use ubuntu-24.04 instead of ubuntu-latest.
authorMarc Fehling <mafehling.git@gmail.com>
Wed, 12 Feb 2025 10:57:59 +0000 (11:57 +0100)
committerMarc Fehling <mafehling.git@gmail.com>
Mon, 17 Feb 2025 14:43:55 +0000 (15:43 +0100)
.github/workflows/docker.yml
.github/workflows/indent.yml
.github/workflows/pre-commit.yml
.github/workflows/tidy.yml

index 30cc4f7d8af5899108bf74c20dd4ff8153e8bede..18c329451c88a3e1a5d4d670ae528d077acbf70b 100644 (file)
@@ -19,7 +19,7 @@ jobs:
     if: (github.event_name == 'schedule' && github.repository == 'dealii/dealii') || github.event_name != 'schedule'
 
     name: build master docker ${{ matrix.ubuntu_version }} ${{ matrix.platform }}
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-24.04
 
     strategy:
       fail-fast: false
@@ -93,7 +93,7 @@ jobs:
   merge:
     if: (github.event_name == 'schedule' && github.repository == 'dealii/dealii') || github.event_name != 'schedule'
 
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-24.04
     needs:
       - build-master-docker-ubuntu
 
index 6c276a9f3b5f66d9d311af6861aa71dfeece418c..ec8d203abc9e34979f2725505abbad7060d3fc3f 100644 (file)
@@ -17,7 +17,7 @@ jobs:
     # run the indent checks
 
     name: indent
-    runs-on: [ubuntu-24.04]
+    runs-on: ubuntu-24.04
 
     steps:
     - uses: actions/checkout@v4
@@ -34,7 +34,7 @@ jobs:
     # build the documentation
 
     name: doxygen
-    runs-on: [ubuntu-24.04]
+    runs-on: ubuntu-24.04
 
     steps:
     - name: setup
index 50a2aa6c006b85ec397772fd1318b5c2bedb1e86..02028cc32cff2a8489c097d9158dae04f3435737 100644 (file)
@@ -12,7 +12,7 @@ env:
 
 jobs:
   pre-commit:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-24.04
     steps:
     - uses: actions/checkout@v4
     - uses: actions/setup-python@v5
index a6c9842d3fa6e0b4d24971087ae4c62b928aa1f3..a5dfd047747abf2f640c58ea793e6a43932e5525 100644 (file)
@@ -19,7 +19,7 @@ permissions:
 jobs:
   tidy:
     name: tidy
-    runs-on: [ubuntu-24.04]
+    runs-on: ubuntu-24.04
 
     #
     # The following condition only runs the workflow on 'push' or if the
@@ -35,8 +35,8 @@ jobs:
       run: |
         sudo apt-get update
         sudo apt-get install -yq --no-install-recommends \
-            clang-18 \
-            clang-tidy-18 \
+            clang \
+            clang-tidy \
             libboost-all-dev \
             libcgal-dev \
             libhdf5-mpi-dev \

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.