From 0047cec72608d5d7f07baf4d9a45493b686f37f6 Mon Sep 17 00:00:00 2001 From: Heiko Bauke Date: Sat, 23 Nov 2024 22:55:44 +0100 Subject: [PATCH] update github actions to use Ubuntu 24.04 build server --- .github/workflows/build-with-IntelMPI.yml | 2 +- .github/workflows/build-with-mpich.yml | 2 +- .github/workflows/build-with-openmpi.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-with-IntelMPI.yml b/.github/workflows/build-with-IntelMPI.yml index 16fd58a7..67cb22d5 100644 --- a/.github/workflows/build-with-IntelMPI.yml +++ b/.github/workflows/build-with-IntelMPI.yml @@ -3,7 +3,7 @@ run-name: Build MPL with IntelMPI on: [push, workflow_dispatch] jobs: compile-mpl: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Check out repository code uses: actions/checkout@v4 diff --git a/.github/workflows/build-with-mpich.yml b/.github/workflows/build-with-mpich.yml index ba2ab6a1..59a46d57 100644 --- a/.github/workflows/build-with-mpich.yml +++ b/.github/workflows/build-with-mpich.yml @@ -3,7 +3,7 @@ run-name: Build MPL with MPICH on: [push, workflow_dispatch] jobs: compile-mpl: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Check out repository code uses: actions/checkout@v4 diff --git a/.github/workflows/build-with-openmpi.yml b/.github/workflows/build-with-openmpi.yml index d812cb3a..ad782250 100644 --- a/.github/workflows/build-with-openmpi.yml +++ b/.github/workflows/build-with-openmpi.yml @@ -3,7 +3,7 @@ run-name: Build MPL with OpenMPI on: [push, workflow_dispatch] jobs: compile-mpl: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Check out repository code uses: actions/checkout@v4