From 7abcdaacf4fd91e5dafadf2070fd2e6646448e78 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Fri, 18 Oct 2024 19:46:18 -0400 Subject: [PATCH] Try running test suites on Ubuntu 24.04 to avoid slapd(8) segfaulting on Ubuntu 22.04, which "ubuntu-latest" uses despite [1]. Per discussion with @lukebakken. 1. https://github.com/actions/runner-images/issues/9848 --- .github/workflows/test-make-target.yaml | 2 +- .github/workflows/test-plugin-mixed.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-make-target.yaml b/.github/workflows/test-make-target.yaml index fa53cde6bab4..0b3cc3dd05f7 100644 --- a/.github/workflows/test-make-target.yaml +++ b/.github/workflows/test-make-target.yaml @@ -20,7 +20,7 @@ on: jobs: test: name: ${{ inputs.plugin }} (${{ inputs.make_target }}) - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 timeout-minutes: 30 steps: - name: CHECKOUT REPOSITORY diff --git a/.github/workflows/test-plugin-mixed.yaml b/.github/workflows/test-plugin-mixed.yaml index a1e7c3d1089b..9f28354ad64a 100644 --- a/.github/workflows/test-plugin-mixed.yaml +++ b/.github/workflows/test-plugin-mixed.yaml @@ -21,7 +21,7 @@ on: required: true jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 strategy: fail-fast: false matrix: